Html Css Color HEX #024280 Dark Cerulean

📋 copy color: '#024280'

red 2 ◦ green 66 ◦ blue 128

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

Shades of Dark Cerulean #024280

Tints of Dark Cerulean #024280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

 BLUE value IS 128 (50.39% from 255) = 65.31%

R = 1.02%
G = 33.67%
B = 65.31%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#024280 (or 0x024280) is known color: Dark Cerulean. HEX triplet: 02, 42 and 80. RGB value is (2,66,128). Sum of RGB (Red+Green+Blue) = 2+66+128=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #024280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024280 is #FDBD7F. Grayscale: #353535. Windows color (decimal): -16629120 or 8405506. OLE color: 8405506.

HSL color Cylindrical-coordinate representation of color #024280: hue angle of 209.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024280 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 66 128 -
CMYK 0.98 0.48 0 0.50
HSL 209.52º 0.97% 0.25% -
HSV(B) 209.52º 0.98% 0.5% -
XYZ 5.87 5.47 21.17 -
YUV 53.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 2 66 128 0.98 0.48 0 0.50 209.52 0.97 0.25
Hex 2 42 80 62 30 0 32 D2 61 19
Octal 2 102 200 142 60 0 62 322 141 31
Binary 10 1000010 10000000 1100010 110000 0 110010 11010010 1100001 11001

Color Harmonies of #024280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024280

Black with #024280

Text Example


Text Example

White with #024280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024280; }

 p { color: rgb(2,66,128); }

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

background-color css

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

 a { background-color: rgb(2,66,128); }

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

border-color css

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

 span { border-color: rgb(2,66,128); }

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