Html Css Color HEX #02007C Navy

📋 copy color: '#02007C'

red 2 ◦ green 0 ◦ blue 124

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

Shades of Navy #02007C

Tints of Navy #02007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 98.41%

R = 1.59%
G = 0%
B = 98.41%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02007C (or 0x02007C) is known color: Navy. HEX triplet: 02, 00 and 7C. RGB value is (2,0,124). Sum of RGB (Red+Green+Blue) = 2+0+124=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 124 (48.83% from 255 or 98.41% from 126); Max value from RGB is 124 - color contains mainly: blue. Hex color #02007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02007C is #FDFF83. Grayscale: #0E0E0E. Windows color (decimal): -16646020 or 8126466. OLE color: 8126466.

HSL color Cylindrical-coordinate representation of color #02007C: hue angle of 240.97º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02007C is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 0 124 -
CMYK 0.98 1 0 0.51
HSL 240.97º 1% 0.24% -
HSV(B) 240.97º 1% 0.49% -
XYZ 3.66 1.47 19.16 -
YUV 14.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 2 0 124 0.98 1 0 0.51 240.97 1 0.24
Hex 2 0 7C 62 64 0 33 F1 64 18
Octal 2 0 174 142 144 0 63 361 144 30
Binary 10 0 1111100 1100010 1100100 0 110011 11110001 1100100 11000

Color Harmonies of #02007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02007C

Black with #02007C

Text Example


Text Example

White with #02007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02007C; }

 p { color: rgb(2,0,124); }

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

background-color css

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

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

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

border-color css

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

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

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