#000270

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

Shades of Navy #000270

Tints of Navy #000270

Color information

#000270 (or 0x000270) is unknown color: approx Navy. HEX triplet: 00, 02 and 70. RGB value is (0,2,112). Sum of RGB (Red+Green+Blue) = 0+2+112=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 112 (44.14% from 255 or 98.25% from 114); Max value from RGB is 112 - color contains mainly: blue. Hex color #000270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000270 is #FFFD8F. Grayscale: #0D0D0D. Windows color (decimal): -16776592 or 7340544. OLE color: 7340544.

HSL color Cylindrical-coordinate representation of color #000270: hue angle of 238.93º 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 #000270 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB02112-
CMYK10.9800.56
HSL238.93º100%21.96%-
HSV(B)238.93º100%43.92%-
XYZ2.951.2115.41-
YUV13.94183.34118.06-

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.75%
BLUE value IS 112 (44.14% from 255) = 98.25%
R=0%
G=1.75%
B=98.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0211210.9800.56238.9310021.96
Hex02706462038ef6416
Octal0216014414207035714426
Binary010111000011001001100010011100011101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000270; }

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

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

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

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

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

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

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

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