Html Css Color HEX #024C94 Dark Cerulean

📋 copy color: '#024C94'

red 2 ◦ green 76 ◦ blue 148

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

Shades of Dark Cerulean #024C94

Tints of Dark Cerulean #024C94

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

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

R = 0.88%
G = 33.63%
B = 65.49%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024C94 (or 0x024C94) is known color: Dark Cerulean. HEX triplet: 02, 4C and 94. RGB value is (2,76,148). Sum of RGB (Red+Green+Blue) = 2+76+148=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #024C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C94 is #FDB36B. Grayscale: #3D3D3D. Windows color (decimal): -16626540 or 9718786. OLE color: 9718786.

HSL color Cylindrical-coordinate representation of color #024C94: hue angle of 209.59º 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 #024C94 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 76 148 -
CMYK 0.99 0.49 0 0.42
HSL 209.59º 0.97% 0.29% -
HSV(B) 209.59º 0.99% 0.58% -
XYZ 7.95 7.32 29.01 -
YUV 62.08 176.48 85.15 -
System Red Green Blue C M Y K H S L
Decimal 2 76 148 0.99 0.49 0 0.42 209.59 0.97 0.29
Hex 2 4C 94 63 31 0 2A D2 61 1D
Octal 2 114 224 143 61 0 52 322 141 35
Binary 10 1001100 10010100 1100011 110001 0 101010 11010010 1100001 11101

Color Harmonies of #024C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C94

Black with #024C94

Text Example


Text Example

White with #024C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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