#000277

Color #000277 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #000277

Tints of Navy #000277

Color information

#000277 (or 0x000277) is unknown color: approx Navy. HEX triplet: 00, 02 and 77. RGB value is (0,2,119). Sum of RGB (Red+Green+Blue) = 0+2+119=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 119 (46.88% from 255 or 98.35% from 121); Max value from RGB is 119 - color contains mainly: blue. Hex color #000277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000277 is #FFFD88. Grayscale: #0E0E0E. Windows color (decimal): -16776585 or 7799296. OLE color: 7799296.

HSL color Cylindrical-coordinate representation of color #000277: hue angle of 238.99º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000277 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB02119-
CMYK10.9800.53
HSL238.99º100%23.33%-
HSV(B)238.99º100%46.67%-
XYZ3.351.3817.54-
YUV14.74186.84117.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 119 (46.88% from 255) = 98.35%
R=0%
G=1.65%
B=98.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0211910.9800.53238.9910023.33
Hex02776462035ef6417
Octal0216714414206535714427
Binary010111011111001001100010011010111101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000277; }

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

 H1.HeaderClassName
 {
   color: #000277;
 }
 .AnyTagClassName
 {
   color: #000277;
 }
</style>
background-color css

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

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

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

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

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

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