#010267

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

Shades of Navy #010267

Tints of Navy #010267

Color information

#010267 (or 0x010267) is unknown color: approx Navy. HEX triplet: 01, 02 and 67. RGB value is (1,2,103). Sum of RGB (Red+Green+Blue) = 1+2+103=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 103 (40.62% from 255 or 97.17% from 106); Max value from RGB is 103 - color contains mainly: blue. Hex color #010267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010267 is #FEFD98. Grayscale: #0C0C0C. Windows color (decimal): -16711065 or 6750721. OLE color: 6750721.

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

Color convert

RGB12103-
CMYK0.990.9800.60
HSL239.41º98.08%20.39%-
HSV(B)239.41º99.03%40.39%-
XYZ2.481.0312.9-
YUV13.22178.67119.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 103 (40.62% from 255) = 97.17%
R=0.94%
G=1.89%
B=97.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal121030.990.9800.60239.4198.0820.39
Hex1267636203Cef6214
Octal1214714314207435714224
Binary110110011111000111100010011110011101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010267; }

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

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

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

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

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

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

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

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