Html Css Color HEX #021985 Navy

📋 copy color: '#021985'

red 2 ◦ green 25 ◦ blue 133

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

Shades of Navy #021985

Tints of Navy #021985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 1.25%
G = 15.63%
B = 83.13%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021985 (or 0x021985) is known color: Navy. HEX triplet: 02, 19 and 85. RGB value is (2,25,133). Sum of RGB (Red+Green+Blue) = 2+25+133=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #021985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021985 is #FDE67A. Grayscale: #1D1D1D. Windows color (decimal): -16639611 or 8722690. OLE color: 8722690.

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

Color convert

RGB 2 25 133 -
CMYK 0.98 0.81 0 0.48
HSL 229.47º 0.97% 0.26% -
HSV(B) 229.47º 0.98% 0.52% -
XYZ 4.61 2.4 22.41 -
YUV 30.44 185.88 107.72 -
System Red Green Blue C M Y K H S L
Decimal 2 25 133 0.98 0.81 0 0.48 229.47 0.97 0.26
Hex 2 19 85 62 51 0 30 E5 61 1A
Octal 2 31 205 142 121 0 60 345 141 32
Binary 10 11001 10000101 1100010 1010001 0 110000 11100101 1100001 11010

Color Harmonies of #021985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021985

Black with #021985

Text Example


Text Example

White with #021985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021985; }

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

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

background-color css

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

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

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

border-color css

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

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

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