Html Css Color HEX #124691 Dark Cerulean

📋 copy color: '#124691'

red 18 ◦ green 70 ◦ blue 145

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

Shades of Dark Cerulean #124691

Tints of Dark Cerulean #124691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.23%

R = 7.73%
G = 30.04%
B = 62.23%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#124691 (or 0x124691) is known color: Dark Cerulean. HEX triplet: 12, 46 and 91. RGB value is (18,70,145). Sum of RGB (Red+Green+Blue) = 18+70+145=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #124691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124691 is #EDB96E. Grayscale: #3E3E3E. Windows color (decimal): -15579503 or 9520658. OLE color: 9520658.

HSL color Cylindrical-coordinate representation of color #124691: hue angle of 215.43º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124691 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 70 145 -
CMYK 0.88 0.52 0 0.43
HSL 215.43º 0.78% 0.32% -
HSV(B) 215.43º 0.88% 0.57% -
XYZ 7.55 6.55 27.66 -
YUV 63 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 18 70 145 0.88 0.52 0 0.43 215.43 0.78 0.32
Hex 12 46 91 58 34 0 2B D7 4E 20
Octal 22 106 221 130 64 0 53 327 116 40
Binary 10010 1000110 10010001 1011000 110100 0 101011 11010111 1001110 100000

Color Harmonies of #124691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124691

Black with #124691

Text Example


Text Example

White with #124691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124691; }

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

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

background-color css

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

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

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

border-color css

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

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

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