#010367

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

Shades of Navy #010367

Tints of Navy #010367

Color information

#010367 (or 0x010367) is unknown color: approx Navy. HEX triplet: 01, 03 and 67. RGB value is (1,3,103). Sum of RGB (Red+Green+Blue) = 1+3+103=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 103 (40.62% from 255 or 96.26% from 107); Max value from RGB is 103 - color contains mainly: blue. Hex color #010367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010367 is #FEFC98. Grayscale: #0D0D0D. Windows color (decimal): -16710809 or 6750977. OLE color: 6750977.

HSL color Cylindrical-coordinate representation of color #010367: hue angle of 238.82º 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 #010367 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB13103-
CMYK0.990.9700.60
HSL238.82º98.08%20.39%-
HSV(B)238.82º99.03%40.39%-
XYZ2.491.0512.9-
YUV13.8178.34118.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 103 (40.62% from 255) = 96.26%
R=0.93%
G=2.80%
B=96.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal131030.990.9700.60238.8298.0820.39
Hex1367636103Cef6214
Octal1314714314107435714224
Binary111110011111000111100001011110011101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010367; }

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

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

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

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

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

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

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

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