Html Css Color HEX #021885 Navy

📋 copy color: '#021885'

red 2 ◦ green 24 ◦ blue 133

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

Shades of Navy #021885

Tints of Navy #021885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

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

R = 1.26%
G = 15.09%
B = 83.65%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021885 (or 0x021885) is known color: Navy. HEX triplet: 02, 18 and 85. RGB value is (2,24,133). Sum of RGB (Red+Green+Blue) = 2+24+133=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #021885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021885 is #FDE77A. Grayscale: #1D1D1D. Windows color (decimal): -16639867 or 8722434. OLE color: 8722434.

HSL color Cylindrical-coordinate representation of color #021885: hue angle of 229.92º 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 #021885 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 24 133 -
CMYK 0.98 0.82 0 0.48
HSL 229.92º 0.97% 0.26% -
HSV(B) 229.92º 0.98% 0.52% -
XYZ 4.59 2.36 22.4 -
YUV 29.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 2 24 133 0.98 0.82 0 0.48 229.92 0.97 0.26
Hex 2 18 85 62 52 0 30 E6 61 1A
Octal 2 30 205 142 122 0 60 346 141 32
Binary 10 11000 10000101 1100010 1010010 0 110000 11100110 1100001 11010

Color Harmonies of #021885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021885

Black with #021885

Text Example


Text Example

White with #021885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021885; }

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

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

background-color css

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

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

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

border-color css

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

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

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