Html Css Color HEX #124974 Dark Cerulean

📋 copy color: '#124974'

red 18 ◦ green 73 ◦ blue 116

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

Shades of Dark Cerulean #124974

Tints of Dark Cerulean #124974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 8.7%
G = 35.27%
B = 56.04%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124974 (or 0x124974) is known color: Dark Cerulean. HEX triplet: 12, 49 and 74. RGB value is (18,73,116). Sum of RGB (Red+Green+Blue) = 18+73+116=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #124974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124974 is #EDB68B. Grayscale: #3D3D3D. Windows color (decimal): -15578764 or 7620882. OLE color: 7620882.

HSL color Cylindrical-coordinate representation of color #124974: hue angle of 206.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124974 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 73 116 -
CMYK 0.84 0.37 0 0.55
HSL 206.33º 0.73% 0.26% -
HSV(B) 206.33º 0.84% 0.45% -
XYZ 5.78 6.15 17.41 -
YUV 61.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 18 73 116 0.84 0.37 0 0.55 206.33 0.73 0.26
Hex 12 49 74 54 25 0 37 CE 49 1A
Octal 22 111 164 124 45 0 67 316 111 32
Binary 10010 1001001 1110100 1010100 100101 0 110111 11001110 1001001 11010

Color Harmonies of #124974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124974

Black with #124974

Text Example


Text Example

White with #124974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124974; }

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

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

background-color css

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

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

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

border-color css

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

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

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