#124B7F

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

Shades of Dark Cerulean #124B7F

Tints of Dark Cerulean #124B7F

Color information

#124B7F (or 0x124B7F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 7F. RGB value is (18,75,127). Sum of RGB (Red+Green+Blue) = 18+75+127=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #124B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B7F is #EDB480. Grayscale: #3F3F3F. Windows color (decimal): -15578241 or 8342290. OLE color: 8342290.

HSL color Cylindrical-coordinate representation of color #124B7F: hue angle of 208.62º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124B7F is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1875127-
CMYK0.860.4100.50
HSL208.62º75.17%28.43%-
HSV(B)208.62º85.83%49.8%-
XYZ6.66.6921.02-
YUV63.88163.6295.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 127 (50% from 255) = 57.73%
R=8.18%
G=34.09%
B=57.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18751270.860.4100.50208.6275.1728.43
Hex124B7F5629032d14b1c
Octal221131771265106232111334
Binary10010100101111111111010110101001011001011010001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124B7F; }

 p { color: rgb(18,75,127); }

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

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

 a { background-color: rgb(18,75,127); }

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

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

 span { border-color: rgb(18,75,127); }

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