Html Css Color HEX #020284 Navy

📋 copy color: '#020284'

red 2 ◦ green 2 ◦ blue 132

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

Shades of Navy #020284

Tints of Navy #020284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

 BLUE value IS 132 (51.95% from 255) = 97.06%

R = 1.47%
G = 1.47%
B = 97.06%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#020284 (or 0x020284) is known color: Navy. HEX triplet: 02, 02 and 84. RGB value is (2,2,132). Sum of RGB (Red+Green+Blue) = 2+2+132=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 132 (51.95% from 255 or 97.06% from 136); Max value from RGB is 132 - color contains mainly: blue. Hex color #020284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020284 is #FDFD7B. Grayscale: #101010. Windows color (decimal): -16645500 or 8651266. OLE color: 8651266.

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

Color convert

RGB 2 2 132 -
CMYK 0.98 0.98 0 0.48
HSL 240º 0.97% 0.26% -
HSV(B) 240º 0.98% 0.52% -
XYZ 4.21 1.72 21.94 -
YUV 16.82 193 117.43 -
System Red Green Blue C M Y K H S L
Decimal 2 2 132 0.98 0.98 0 0.48 240 0.97 0.26
Hex 2 2 84 62 62 0 30 F0 61 1A
Octal 2 2 204 142 142 0 60 360 141 32
Binary 10 10 10000100 1100010 1100010 0 110000 11110000 1100001 11010

Color Harmonies of #020284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020284

Black with #020284

Text Example


Text Example

White with #020284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020284; }

 p { color: rgb(2,2,132); }

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

background-color css

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

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

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

border-color css

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

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

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