Html Css Color HEX #020184 Navy

📋 copy color: '#020184'

red 2 ◦ green 1 ◦ blue 132

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

Shades of Navy #020184

Tints of Navy #020184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 1.48%
G = 0.74%
B = 97.78%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#020184 (or 0x020184) is known color: Navy. HEX triplet: 02, 01 and 84. RGB value is (2,1,132). Sum of RGB (Red+Green+Blue) = 2+1+132=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 132 (51.95% from 255 or 97.78% from 135); Max value from RGB is 132 - color contains mainly: blue. Hex color #020184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020184 is #FDFE7B. Grayscale: #0F0F0F. Windows color (decimal): -16645756 or 8651010. OLE color: 8651010.

HSL color Cylindrical-coordinate representation of color #020184: hue angle of 240.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020184 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 1 132 -
CMYK 0.98 0.99 0 0.48
HSL 240.46º 0.98% 0.26% -
HSV(B) 240.46º 0.99% 0.52% -
XYZ 4.2 1.7 21.94 -
YUV 16.23 193.33 117.85 -
System Red Green Blue C M Y K H S L
Decimal 2 1 132 0.98 0.99 0 0.48 240.46 0.98 0.26
Hex 2 1 84 62 63 0 30 F0 62 1A
Octal 2 1 204 142 143 0 60 360 142 32
Binary 10 1 10000100 1100010 1100011 0 110000 11110000 1100010 11010

Color Harmonies of #020184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020184

Black with #020184

Text Example


Text Example

White with #020184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020184; }

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

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

background-color css

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

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

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

border-color css

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

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

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