Html Css Color HEX #024885 Dark Cerulean

📋 copy color: '#024885'

red 2 ◦ green 72 ◦ blue 133

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

Shades of Dark Cerulean #024885

Tints of Dark Cerulean #024885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

 BLUE value IS 133 (52.34% from 255) = 64.25%

R = 0.97%
G = 34.78%
B = 64.25%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#024885 (or 0x024885) is known color: Dark Cerulean. HEX triplet: 02, 48 and 85. RGB value is (2,72,133). Sum of RGB (Red+Green+Blue) = 2+72+133=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #024885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024885 is #FDB77A. Grayscale: #393939. Windows color (decimal): -16627579 or 8734722. OLE color: 8734722.

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

Color convert

RGB 2 72 133 -
CMYK 0.98 0.46 0 0.48
HSL 207.94º 0.97% 0.26% -
HSV(B) 207.94º 0.98% 0.52% -
XYZ 6.58 6.34 23.07 -
YUV 58.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 2 72 133 0.98 0.46 0 0.48 207.94 0.97 0.26
Hex 2 48 85 62 2E 0 30 D0 61 1A
Octal 2 110 205 142 56 0 60 320 141 32
Binary 10 1001000 10000101 1100010 101110 0 110000 11010000 1100001 11010

Color Harmonies of #024885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024885

Black with #024885

Text Example


Text Example

White with #024885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024885; }

 p { color: rgb(2,72,133); }

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

background-color css

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

 a { background-color: rgb(2,72,133); }

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

border-color css

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

 span { border-color: rgb(2,72,133); }

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