Html Css Color HEX #02177F Navy

📋 copy color: '#02177F'

red 2 ◦ green 23 ◦ blue 127

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

Shades of Navy #02177F

Tints of Navy #02177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

 BLUE value IS 127 (50% from 255) = 83.55%

R = 1.32%
G = 15.13%
B = 83.55%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02177F (or 0x02177F) is known color: Navy. HEX triplet: 02, 17 and 7F. RGB value is (2,23,127). Sum of RGB (Red+Green+Blue) = 2+23+127=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #02177F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02177F is #FDE880. Grayscale: #1C1C1C. Windows color (decimal): -16640129 or 8328962. OLE color: 8328962.

HSL color Cylindrical-coordinate representation of color #02177F: hue angle of 229.92º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02177F is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 23 127 -
CMYK 0.98 0.82 0 0.50
HSL 229.92º 0.97% 0.25% -
HSV(B) 229.92º 0.98% 0.5% -
XYZ 4.16 2.16 20.28 -
YUV 28.58 183.54 109.04 -
System Red Green Blue C M Y K H S L
Decimal 2 23 127 0.98 0.82 0 0.50 229.92 0.97 0.25
Hex 2 17 7F 62 52 0 32 E6 61 19
Octal 2 27 177 142 122 0 62 346 141 31
Binary 10 10111 1111111 1100010 1010010 0 110010 11100110 1100001 11001

Color Harmonies of #02177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02177F

Black with #02177F

Text Example


Text Example

White with #02177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02177F; }

 p { color: rgb(2,23,127); }

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

background-color css

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

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

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

border-color css

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

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

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