Html Css Color HEX #02087A Navy

📋 copy color: '#02087A'

red 2 ◦ green 8 ◦ blue 122

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

Shades of Navy #02087A

Tints of Navy #02087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 122 (48.05% from 255) = 92.42%

R = 1.52%
G = 6.06%
B = 92.42%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02087A (or 0x02087A) is known color: Navy. HEX triplet: 02, 08 and 7A. RGB value is (2,8,122). Sum of RGB (Red+Green+Blue) = 2+8+122=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 122 (48.05% from 255 or 92.42% from 132); Max value from RGB is 122 - color contains mainly: blue. Hex color #02087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02087A is #FDF785. Grayscale: #121212. Windows color (decimal): -16643974 or 7997442. OLE color: 7997442.

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

Color convert

RGB 2 8 122 -
CMYK 0.98 0.93 0 0.52
HSL 237º 0.97% 0.24% -
HSV(B) 237º 0.98% 0.48% -
XYZ 3.62 1.59 18.53 -
YUV 19.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 2 8 122 0.98 0.93 0 0.52 237 0.97 0.24
Hex 2 8 7A 62 5D 0 34 ED 61 18
Octal 2 10 172 142 135 0 64 355 141 30
Binary 10 1000 1111010 1100010 1011101 0 110100 11101101 1100001 11000

Color Harmonies of #02087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02087A

Black with #02087A

Text Example


Text Example

White with #02087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02087A; }

 p { color: rgb(2,8,122); }

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

background-color css

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

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

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

border-color css

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

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

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