Html Css Color HEX #021085 Navy

📋 copy color: '#021085'

red 2 ◦ green 16 ◦ blue 133

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

Shades of Navy #021085

Tints of Navy #021085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 1.32%
G = 10.6%
B = 88.08%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021085 (or 0x021085) is known color: Navy. HEX triplet: 02, 10 and 85. RGB value is (2,16,133). Sum of RGB (Red+Green+Blue) = 2+16+133=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #021085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021085 is #FDEF7A. Grayscale: #181818. Windows color (decimal): -16641915 or 8720386. OLE color: 8720386.

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

Color convert

RGB 2 16 133 -
CMYK 0.98 0.88 0 0.48
HSL 233.59º 0.97% 0.26% -
HSV(B) 233.59º 0.98% 0.52% -
XYZ 4.44 2.08 22.36 -
YUV 25.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 2 16 133 0.98 0.88 0 0.48 233.59 0.97 0.26
Hex 2 10 85 62 58 0 30 EA 61 1A
Octal 2 20 205 142 130 0 60 352 141 32
Binary 10 10000 10000101 1100010 1011000 0 110000 11101010 1100001 11010

Color Harmonies of #021085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021085

Black with #021085

Text Example


Text Example

White with #021085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021085; }

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

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

background-color css

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

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

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

border-color css

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

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

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