#000269

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

Shades of Navy #000269

Tints of Navy #000269

Color information

#000269 (or 0x000269) is unknown color: approx Navy. HEX triplet: 00, 02 and 69. RGB value is (0,2,105). Sum of RGB (Red+Green+Blue) = 0+2+105=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 105 (41.41% from 255 or 98.13% from 107); Max value from RGB is 105 - color contains mainly: blue. Hex color #000269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000269 is #FFFD96. Grayscale: #0C0C0C. Windows color (decimal): -16776599 or 6881792. OLE color: 6881792.

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

Color convert

RGB02105-
CMYK10.9800.59
HSL238.86º100%20.59%-
HSV(B)238.86º100%41.18%-
XYZ2.571.0613.43-
YUV13.14179.84118.62-

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.87%
BLUE value IS 105 (41.41% from 255) = 98.13%
R=0%
G=1.87%
B=98.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal0210510.9800.59238.8610020.59
Hex0269646203Bef6415
Octal0215114414207335714425
Binary010110100111001001100010011101111101111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000269; }

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

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

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

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

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

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

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

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