#124B6E

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

Shades of Dark Cerulean #124B6E

Tints of Dark Cerulean #124B6E

Color information

#124B6E (or 0x124B6E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 6E. RGB value is (18,75,110). Sum of RGB (Red+Green+Blue) = 18+75+110=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #124B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B6E is #EDB491. Grayscale: #3D3D3D. Windows color (decimal): -15578258 or 7228178. OLE color: 7228178.

HSL color Cylindrical-coordinate representation of color #124B6E: hue angle of 202.83º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124B6E is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1875110-
CMYK0.840.3200.57
HSL202.83º71.88%25.1%-
HSV(B)202.83º83.64%43.14%-
XYZ5.586.2915.67-
YUV61.95155.1296.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=8.87%
G=36.95%
B=54.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18751100.840.3200.57202.8371.8825.1
Hex124B6E5420039cb4819
Octal221131561244007131311031
Binary10010100101111011101010100100000011100111001011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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