#125388

Color #125388 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #125388

Tints of Dark Cerulean #125388

Color information

#125388 (or 0x125388) is unknown color: approx Dark Cerulean. HEX triplet: 12, 53 and 88. RGB value is (18,83,136). Sum of RGB (Red+Green+Blue) = 18+83+136=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #125388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125388 is #EDAC77. Grayscale: #454545. Windows color (decimal): -15576184 or 8934162. OLE color: 8934162.

HSL color Cylindrical-coordinate representation of color #125388: hue angle of 206.95º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125388 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1883136-
CMYK0.870.3900.47
HSL206.95º76.62%30.2%-
HSV(B)206.95º86.76%53.33%-
XYZ7.798.0924.44-
YUV69.61165.4791.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 136 (53.52% from 255) = 57.38%
R=7.59%
G=35.02%
B=57.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18831360.870.3900.47206.9576.6230.2
Hex125388572702Fcf4d1e
Octal221232101274705731711536
Binary100101010011100010001010111100111010111111001111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125388; }

 p { color: rgb(18,83,136); }

 H1.HeaderClassName
 {
   color: #125388;
 }
 .AnyTagClassName
 {
   color: #125388;
 }
</style>
background-color css

<style>
 a { background-color: #125388; }

 a { background-color: rgb(18,83,136); }

 div.DivClassName
 {
   background-color: #125388;
 }
 .BgClassName
 {
   background-color: #125388;
 }
</style>
border-color css

<style>
 span { border-color: #125388; }

 span { border-color: rgb(18,83,136); }

 td.TdClassName
 {
   border-color: #125388;
 }
 .TagClassName
 {
   border-color: #125388;
 }
</style>