#001384

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

Shades of Navy #001384

Tints of Navy #001384

Color information

#001384 (or 0x001384) is unknown color: approx Navy. HEX triplet: 00, 13 and 84. RGB value is (0,19,132). Sum of RGB (Red+Green+Blue) = 0+19+132=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #001384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001384 is #FFEC7B. Grayscale: #191919. Windows color (decimal): -16772220 or 8655616. OLE color: 8655616.

HSL color Cylindrical-coordinate representation of color #001384: hue angle of 231.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001384 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB019132-
CMYK10.8600.48
HSL231.36º100%25.88%-
HSV(B)231.36º100%51.76%-
XYZ4.42.1322.01-
YUV26.2187.71109.31-

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) = 12.58%
BLUE value IS 132 (51.95% from 255) = 87.42%
R=0%
G=12.58%
B=87.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal01913210.8600.48231.3610025.88
Hex013846456030e7641a
Octal02320414412606034714432
Binary0100111000010011001001010110011000011100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001384; }

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

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

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

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

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

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

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

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