#150076

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

Shades of Navy #150076

Tints of Navy #150076

Color information

#150076 (or 0x150076) is unknown color: approx Navy. HEX triplet: 15, 00 and 76. RGB value is (21,0,118). Sum of RGB (Red+Green+Blue) = 21+0+118=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #150076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150076 is #EAFF89. Grayscale: #131313. Windows color (decimal): -15400842 or 7733269. OLE color: 7733269.

HSL color Cylindrical-coordinate representation of color #150076: hue angle of 250.68º 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 #150076 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB210118-
CMYK0.82100.54
HSL250.68º100%23.14%-
HSV(B)250.68º100%46.27%-
XYZ3.581.4717.23-
YUV19.73183.46128.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 84.89%
R=15.11%
G=0%
B=84.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2101180.82100.54250.6810023.14
Hex150765264036fb6417
Octal25016612214406637314427
Binary101010111011010100101100100011011011111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150076; }

 p { color: rgb(21,0,118); }

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

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

 a { background-color: rgb(21,0,118); }

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

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

 span { border-color: rgb(21,0,118); }

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