Html Css Color HEX #024C8E Dark Cerulean

📋 copy color: '#024C8E'

red 2 ◦ green 76 ◦ blue 142

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

Shades of Dark Cerulean #024C8E

Tints of Dark Cerulean #024C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 0.91%
G = 34.55%
B = 64.55%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024C8E (or 0x024C8E) is known color: Dark Cerulean. HEX triplet: 02, 4C and 8E. RGB value is (2,76,142). Sum of RGB (Red+Green+Blue) = 2+76+142=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #024C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C8E is #FDB371. Grayscale: #3D3D3D. Windows color (decimal): -16626546 or 9325570. OLE color: 9325570.

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

Color convert

RGB 2 76 142 -
CMYK 0.99 0.46 0 0.44
HSL 208.29º 0.97% 0.28% -
HSV(B) 208.29º 0.99% 0.56% -
XYZ 7.49 7.13 26.57 -
YUV 61.4 173.48 85.63 -
System Red Green Blue C M Y K H S L
Decimal 2 76 142 0.99 0.46 0 0.44 208.29 0.97 0.28
Hex 2 4C 8E 63 2E 0 2C D0 61 1C
Octal 2 114 216 143 56 0 54 320 141 34
Binary 10 1001100 10001110 1100011 101110 0 101100 11010000 1100001 11100

Color Harmonies of #024C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C8E

Black with #024C8E

Text Example


Text Example

White with #024C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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