Html Css Color HEX #024E92 Dark Cerulean

📋 copy color: '#024E92'

red 2 ◦ green 78 ◦ blue 146

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

Shades of Dark Cerulean #024E92

Tints of Dark Cerulean #024E92

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 78 (30.86% from 255) = 34.51%

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

R = 0.88%
G = 34.51%
B = 64.6%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024E92 (or 0x024E92) is known color: Dark Cerulean. HEX triplet: 02, 4E and 92. RGB value is (2,78,146). Sum of RGB (Red+Green+Blue) = 2+78+146=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #024E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E92 is #FDB16D. Grayscale: #3E3E3E. Windows color (decimal): -16626030 or 9588226. OLE color: 9588226.

HSL color Cylindrical-coordinate representation of color #024E92: hue angle of 208.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024E92 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 78 146 -
CMYK 0.99 0.47 0 0.43
HSL 208.33º 0.97% 0.29% -
HSV(B) 208.33º 0.99% 0.57% -
XYZ 7.94 7.54 28.23 -
YUV 63.03 174.82 84.47 -
System Red Green Blue C M Y K H S L
Decimal 2 78 146 0.99 0.47 0 0.43 208.33 0.97 0.29
Hex 2 4E 92 63 2F 0 2B D0 61 1D
Octal 2 116 222 143 57 0 53 320 141 35
Binary 10 1001110 10010010 1100011 101111 0 101011 11010000 1100001 11101

Color Harmonies of #024E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E92

Black with #024E92

Text Example


Text Example

White with #024E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024E92; }

 p { color: rgb(2,78,146); }

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

background-color css

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

 a { background-color: rgb(2,78,146); }

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

border-color css

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

 span { border-color: rgb(2,78,146); }

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