Html Css Color HEX #024C93 Dark Cerulean

📋 copy color: '#024C93'

red 2 ◦ green 76 ◦ blue 147

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

Shades of Dark Cerulean #024C93

Tints of Dark Cerulean #024C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.33%

R = 0.89%
G = 33.78%
B = 65.33%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024C93 (or 0x024C93) is known color: Dark Cerulean. HEX triplet: 02, 4C and 93. RGB value is (2,76,147). Sum of RGB (Red+Green+Blue) = 2+76+147=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #024C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C93 is #FDB36C. Grayscale: #3D3D3D. Windows color (decimal): -16626541 or 9653250. OLE color: 9653250.

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

Color convert

RGB 2 76 147 -
CMYK 0.99 0.48 0 0.42
HSL 209.38º 0.97% 0.29% -
HSV(B) 209.38º 0.99% 0.58% -
XYZ 7.88 7.29 28.6 -
YUV 61.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 2 76 147 0.99 0.48 0 0.42 209.38 0.97 0.29
Hex 2 4C 93 63 30 0 2A D1 61 1D
Octal 2 114 223 143 60 0 52 321 141 35
Binary 10 1001100 10010011 1100011 110000 0 101010 11010001 1100001 11101

Color Harmonies of #024C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C93

Black with #024C93

Text Example


Text Example

White with #024C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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