#000267

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

Shades of Navy #000267

Tints of Navy #000267

Color information

#000267 (or 0x000267) is unknown color: approx Navy. HEX triplet: 00, 02 and 67. RGB value is (0,2,103). Sum of RGB (Red+Green+Blue) = 0+2+103=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 103 (40.62% from 255 or 98.10% from 105); Max value from RGB is 103 - color contains mainly: blue. Hex color #000267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000267 is #FFFD98. Grayscale: #0C0C0C. Windows color (decimal): -16776601 or 6750720. OLE color: 6750720.

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

Color convert

RGB02103-
CMYK10.9800.60
HSL238.83º100%20.2%-
HSV(B)238.83º100%40.39%-
XYZ2.471.0212.9-
YUV12.92178.84118.79-

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.90%
BLUE value IS 103 (40.62% from 255) = 98.10%
R=0%
G=1.90%
B=98.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal0210310.9800.60238.8310020.2
Hex0267646203Cef6414
Octal0214714414207435714424
Binary010110011111001001100010011110011101111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000267; }

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

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

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

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

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

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

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

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