Html Css Color HEX #124995 Dark Cerulean

📋 copy color: '#124995'

red 18 ◦ green 73 ◦ blue 149

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

Shades of Dark Cerulean #124995

Tints of Dark Cerulean #124995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 7.5%
G = 30.42%
B = 62.08%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124995 (or 0x124995) is known color: Dark Cerulean. HEX triplet: 12, 49 and 95. RGB value is (18,73,149). Sum of RGB (Red+Green+Blue) = 18+73+149=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #124995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124995 is #EDB66A. Grayscale: #404040. Windows color (decimal): -15578731 or 9783570. OLE color: 9783570.

HSL color Cylindrical-coordinate representation of color #124995: hue angle of 214.81º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124995 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 73 149 -
CMYK 0.88 0.51 0 0.42
HSL 214.81º 0.78% 0.33% -
HSV(B) 214.81º 0.88% 0.58% -
XYZ 8.06 7.06 29.37 -
YUV 65.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 18 73 149 0.88 0.51 0 0.42 214.81 0.78 0.33
Hex 12 49 95 58 33 0 2A D7 4E 21
Octal 22 111 225 130 63 0 52 327 116 41
Binary 10010 1001001 10010101 1011000 110011 0 101010 11010111 1001110 100001

Color Harmonies of #124995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124995

Black with #124995

Text Example


Text Example

White with #124995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124995; }

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

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

background-color css

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

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

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

border-color css

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

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

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