Html Css Color HEX #024A94 Dark Cerulean

📋 copy color: '#024A94'

red 2 ◦ green 74 ◦ blue 148

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

Shades of Dark Cerulean #024A94

Tints of Dark Cerulean #024A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

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

R = 0.89%
G = 33.04%
B = 66.07%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024A94 (or 0x024A94) is known color: Dark Cerulean. HEX triplet: 02, 4A and 94. RGB value is (2,74,148). Sum of RGB (Red+Green+Blue) = 2+74+148=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #024A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A94 is #FDB56B. Grayscale: #3C3C3C. Windows color (decimal): -16627052 or 9718274. OLE color: 9718274.

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

Color convert

RGB 2 74 148 -
CMYK 0.99 0.50 0 0.42
HSL 210.41º 0.97% 0.29% -
HSV(B) 210.41º 0.99% 0.58% -
XYZ 7.82 7.05 28.97 -
YUV 60.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 2 74 148 0.99 0.50 0 0.42 210.41 0.97 0.29
Hex 2 4A 94 63 32 0 2A D2 61 1D
Octal 2 112 224 143 62 0 52 322 141 35
Binary 10 1001010 10010100 1100011 110010 0 101010 11010010 1100001 11101

Color Harmonies of #024A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A94

Black with #024A94

Text Example


Text Example

White with #024A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,148); }

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

background-color css

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

 a { background-color: rgb(2,74,148); }

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

border-color css

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

 span { border-color: rgb(2,74,148); }

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