#000271

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

Shades of Navy #000271

Tints of Navy #000271

Color information

#000271 (or 0x000271) is unknown color: approx Navy. HEX triplet: 00, 02 and 71. RGB value is (0,2,113). Sum of RGB (Red+Green+Blue) = 0+2+113=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 113 (44.53% from 255 or 98.26% from 115); Max value from RGB is 113 - color contains mainly: blue. Hex color #000271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000271 is #FFFD8E. Grayscale: #0D0D0D. Windows color (decimal): -16776591 or 7406080. OLE color: 7406080.

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

Color convert

RGB02113-
CMYK10.9800.56
HSL238.94º100%22.16%-
HSV(B)238.94º100%44.31%-
XYZ31.2415.7-
YUV14.06183.84117.97-

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.74%
BLUE value IS 113 (44.53% from 255) = 98.26%
R=0%
G=1.74%
B=98.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0211310.9800.56238.9410022.16
Hex02716462038ef6416
Octal0216114414207035714426
Binary010111000111001001100010011100011101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000271; }

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

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

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

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

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

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

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

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