Html Css Color HEX #021285 Navy

📋 copy color: '#021285'

red 2 ◦ green 18 ◦ blue 133

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

Shades of Navy #021285

Tints of Navy #021285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 1.31%
G = 11.76%
B = 86.93%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021285 (or 0x021285) is known color: Navy. HEX triplet: 02, 12 and 85. RGB value is (2,18,133). Sum of RGB (Red+Green+Blue) = 2+18+133=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 133 (52.34% from 255 or 86.93% from 153); Max value from RGB is 133 - color contains mainly: blue. Hex color #021285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021285 is #FDED7A. Grayscale: #191919. Windows color (decimal): -16641403 or 8720898. OLE color: 8720898.

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

Color convert

RGB 2 18 133 -
CMYK 0.98 0.86 0 0.48
HSL 232.67º 0.97% 0.26% -
HSV(B) 232.67º 0.98% 0.52% -
XYZ 4.47 2.14 22.37 -
YUV 26.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 2 18 133 0.98 0.86 0 0.48 232.67 0.97 0.26
Hex 2 12 85 62 56 0 30 E9 61 1A
Octal 2 22 205 142 126 0 60 351 141 32
Binary 10 10010 10000101 1100010 1010110 0 110000 11101001 1100001 11010

Color Harmonies of #021285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021285

Black with #021285

Text Example


Text Example

White with #021285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021285; }

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

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

background-color css

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

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

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

border-color css

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

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

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