#124677

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

Shades of Dark Cerulean #124677

Tints of Dark Cerulean #124677

Color information

#124677 (or 0x124677) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 77. RGB value is (18,70,119). Sum of RGB (Red+Green+Blue) = 18+70+119=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #124677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124677 is #EDB988. Grayscale: #3B3B3B. Windows color (decimal): -15579529 or 7816722. OLE color: 7816722.

HSL color Cylindrical-coordinate representation of color #124677: hue angle of 209.11º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124677 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1870119-
CMYK0.850.4100.53
HSL209.11º73.72%26.86%-
HSV(B)209.11º84.87%46.67%-
XYZ5.775.8418.28-
YUV60.04161.2798.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=8.70%
G=33.82%
B=57.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18701190.850.4100.53209.1173.7226.86
Hex1246775529035d14a1b
Octal221061671255106532111233
Binary10010100011011101111010101101001011010111010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124677; }

 p { color: rgb(18,70,119); }

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

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

 a { background-color: rgb(18,70,119); }

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

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

 span { border-color: rgb(18,70,119); }

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