Html Css Color HEX #124978 Dark Cerulean

📋 copy color: '#124978'

red 18 ◦ green 73 ◦ blue 120

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

Shades of Dark Cerulean #124978

Tints of Dark Cerulean #124978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 8.53%
G = 34.6%
B = 56.87%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#124978 (or 0x124978) is known color: Dark Cerulean. HEX triplet: 12, 49 and 78. RGB value is (18,73,120). Sum of RGB (Red+Green+Blue) = 18+73+120=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #124978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124978 is #EDB687. Grayscale: #3D3D3D. Windows color (decimal): -15578760 or 7883026. OLE color: 7883026.

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

Color convert

RGB 18 73 120 -
CMYK 0.85 0.39 0 0.53
HSL 207.65º 0.74% 0.27% -
HSV(B) 207.65º 0.85% 0.47% -
XYZ 6.02 6.25 18.66 -
YUV 61.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 18 73 120 0.85 0.39 0 0.53 207.65 0.74 0.27
Hex 12 49 78 55 27 0 35 D0 4A 1B
Octal 22 111 170 125 47 0 65 320 112 33
Binary 10010 1001001 1111000 1010101 100111 0 110101 11010000 1001010 11011

Color Harmonies of #124978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124978

Black with #124978

Text Example


Text Example

White with #124978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124978; }

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

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

background-color css

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

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

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

border-color css

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

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

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