#001375

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

Shades of Navy #001375

Tints of Navy #001375

Color information

#001375 (or 0x001375) is unknown color: approx Navy. HEX triplet: 00, 13 and 75. RGB value is (0,19,117). Sum of RGB (Red+Green+Blue) = 0+19+117=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #001375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001375 is #FFEC8A. Grayscale: #181818. Windows color (decimal): -16772235 or 7672576. OLE color: 7672576.

HSL color Cylindrical-coordinate representation of color #001375: hue angle of 230.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001375 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB019117-
CMYK10.8400.54
HSL230.26º100%22.94%-
HSV(B)230.26º100%45.88%-
XYZ3.441.7516.99-
YUV24.49180.21110.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 117 (46.09% from 255) = 86.03%
R=0%
G=13.97%
B=86.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal01911710.8400.54230.2610022.94
Hex013756454036e66417
Octal02316514412406634614427
Binary010011111010111001001010100011011011100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001375; }

 p { color: rgb(0,19,117); }

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

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

 a { background-color: rgb(0,19,117); }

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

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

 span { border-color: rgb(0,19,117); }

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