Html Css Color HEX #124F78 Dark Cerulean

📋 copy color: '#124F78'

red 18 ◦ green 79 ◦ blue 120

#124F78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #124F78

Tints of Dark Cerulean #124F78

RGB

 RED value IS 18 (7.42% from 255) = 8.29%

 GREEN value IS 79 (31.25% from 255) = 36.41%

 BLUE value IS 120 (47.27% from 255) = 55.3%

R = 8.29%
G = 36.41%
B = 55.3%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#124F78 (or 0x124F78) is known color: Dark Cerulean. HEX triplet: 12, 4F and 78. RGB value is (18,79,120). Sum of RGB (Red+Green+Blue) = 18+79+120=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #124F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F78 is #EDB087. Grayscale: #414141. Windows color (decimal): -15577224 or 7884562. OLE color: 7884562.

HSL color Cylindrical-coordinate representation of color #124F78: hue angle of 204.12º 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 #124F78 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 79 120 -
CMYK 0.85 0.34 0 0.53
HSL 204.12º 0.74% 0.27% -
HSV(B) 204.12º 0.85% 0.47% -
XYZ 6.44 7.08 18.8 -
YUV 65.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 18 79 120 0.85 0.34 0 0.53 204.12 0.74 0.27
Hex 12 4F 78 55 22 0 35 CC 4A 1B
Octal 22 117 170 125 42 0 65 314 112 33
Binary 10010 1001111 1111000 1010101 100010 0 110101 11001100 1001010 11011

Color Harmonies of #124F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F78

Black with #124F78

Text Example


Text Example

White with #124F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,120); }

 H1.HeaderClassName
 {
   color: #124F78;
 }
 .AnyTagClassName
 {
   color: #124F78;
 }
</style>

background-color css

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

 a { background-color: rgb(18,79,120); }

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

border-color css

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

 span { border-color: rgb(18,79,120); }

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