#13006F

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

Shades of Navy #13006F

Tints of Navy #13006F

Color information

#13006F (or 0x13006F) is unknown color: approx Navy. HEX triplet: 13, 00 and 6F. RGB value is (19,0,111). Sum of RGB (Red+Green+Blue) = 19+0+111=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #13006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13006F is #ECFF90. Grayscale: #111111. Windows color (decimal): -15531921 or 7274515. OLE color: 7274515.

HSL color Cylindrical-coordinate representation of color #13006F: hue angle of 250.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13006F is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB190111-
CMYK0.83100.56
HSL250.27º100%21.76%-
HSV(B)250.27º100%43.53%-
XYZ3.141.2915.12-
YUV18.34180.29128.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 85.38%
R=14.62%
G=0%
B=85.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1901110.83100.56250.2710021.76
Hex1306F5364038fa6416
Octal23015712314407037214426
Binary100110110111110100111100100011100011111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13006F; }

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

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

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

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

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

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

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

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