Html Css Color HEX #124694 Dark Cerulean

📋 copy color: '#124694'

red 18 ◦ green 70 ◦ blue 148

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

Shades of Dark Cerulean #124694

Tints of Dark Cerulean #124694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 148 (58.2% from 255) = 62.71%

R = 7.63%
G = 29.66%
B = 62.71%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124694 (or 0x124694) is known color: Dark Cerulean. HEX triplet: 12, 46 and 94. RGB value is (18,70,148). Sum of RGB (Red+Green+Blue) = 18+70+148=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #124694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124694 is #EDB96B. Grayscale: #3E3E3E. Windows color (decimal): -15579500 or 9717266. OLE color: 9717266.

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

Color convert

RGB 18 70 148 -
CMYK 0.88 0.53 0 0.42
HSL 216º 0.78% 0.33% -
HSV(B) 216º 0.88% 0.58% -
XYZ 7.78 6.65 28.89 -
YUV 63.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 18 70 148 0.88 0.53 0 0.42 216 0.78 0.33
Hex 12 46 94 58 35 0 2A D8 4E 21
Octal 22 106 224 130 65 0 52 330 116 41
Binary 10010 1000110 10010100 1011000 110101 0 101010 11011000 1001110 100001

Color Harmonies of #124694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124694

Black with #124694

Text Example


Text Example

White with #124694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124694; }

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

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

background-color css

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

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

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

border-color css

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

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

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