Html Css Color HEX #124491 Dark Cerulean

📋 copy color: '#124491'

red 18 ◦ green 68 ◦ blue 145

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

Shades of Dark Cerulean #124491

Tints of Dark Cerulean #124491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

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

R = 7.79%
G = 29.44%
B = 62.77%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#124491 (or 0x124491) is known color: Dark Cerulean. HEX triplet: 12, 44 and 91. RGB value is (18,68,145). Sum of RGB (Red+Green+Blue) = 18+68+145=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #124491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124491 is #EDBB6E. Grayscale: #3D3D3D. Windows color (decimal): -15580015 or 9520146. OLE color: 9520146.

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

Color convert

RGB 18 68 145 -
CMYK 0.88 0.53 0 0.43
HSL 216.38º 0.78% 0.32% -
HSV(B) 216.38º 0.88% 0.57% -
XYZ 7.43 6.31 27.61 -
YUV 61.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 18 68 145 0.88 0.53 0 0.43 216.38 0.78 0.32
Hex 12 44 91 58 35 0 2B D8 4E 20
Octal 22 104 221 130 65 0 53 330 116 40
Binary 10010 1000100 10010001 1011000 110101 0 101011 11011000 1001110 100000

Color Harmonies of #124491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124491

Black with #124491

Text Example


Text Example

White with #124491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124491; }

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

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

background-color css

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

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

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

border-color css

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

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

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