Html Css Color HEX #124392 Dark Cerulean

📋 copy color: '#124392'

red 18 ◦ green 67 ◦ blue 146

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

Shades of Dark Cerulean #124392

Tints of Dark Cerulean #124392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 7.79%
G = 29%
B = 63.2%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#124392 (or 0x124392) is known color: Dark Cerulean. HEX triplet: 12, 43 and 92. RGB value is (18,67,146). Sum of RGB (Red+Green+Blue) = 18+67+146=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #124392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124392 is #EDBC6D. Grayscale: #3C3C3C. Windows color (decimal): -15580270 or 9585426. OLE color: 9585426.

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

Color convert

RGB 18 67 146 -
CMYK 0.88 0.54 0 0.43
HSL 217.03º 0.78% 0.32% -
HSV(B) 217.03º 0.88% 0.57% -
XYZ 7.44 6.22 28 -
YUV 61.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 18 67 146 0.88 0.54 0 0.43 217.03 0.78 0.32
Hex 12 43 92 58 36 0 2B D9 4E 20
Octal 22 103 222 130 66 0 53 331 116 40
Binary 10010 1000011 10010010 1011000 110110 0 101011 11011001 1001110 100000

Color Harmonies of #124392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124392

Black with #124392

Text Example


Text Example

White with #124392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124392; }

 p { color: rgb(18,67,146); }

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

background-color css

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

 a { background-color: rgb(18,67,146); }

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

border-color css

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

 span { border-color: rgb(18,67,146); }

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