Html Css Color HEX #024E8D Dark Cerulean

📋 copy color: '#024E8D'

red 2 ◦ green 78 ◦ blue 141

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

Shades of Dark Cerulean #024E8D

Tints of Dark Cerulean #024E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 0.9%
G = 35.29%
B = 63.8%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#024E8D (or 0x024E8D) is known color: Dark Cerulean. HEX triplet: 02, 4E and 8D. RGB value is (2,78,141). Sum of RGB (Red+Green+Blue) = 2+78+141=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #024E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E8D is #FDB172. Grayscale: #3E3E3E. Windows color (decimal): -16626035 or 9260546. OLE color: 9260546.

HSL color Cylindrical-coordinate representation of color #024E8D: hue angle of 207.19º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024E8D is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 78 141 -
CMYK 0.99 0.45 0 0.45
HSL 207.19º 0.97% 0.28% -
HSV(B) 207.19º 0.99% 0.55% -
XYZ 7.56 7.38 26.23 -
YUV 62.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 2 78 141 0.99 0.45 0 0.45 207.19 0.97 0.28
Hex 2 4E 8D 63 2D 0 2D CF 61 1C
Octal 2 116 215 143 55 0 55 317 141 34
Binary 10 1001110 10001101 1100011 101101 0 101101 11001111 1100001 11100

Color Harmonies of #024E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E8D

Black with #024E8D

Text Example


Text Example

White with #024E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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