#150276

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

Shades of Navy #150276

Tints of Navy #150276

Color information

#150276 (or 0x150276) is unknown color: approx Navy. HEX triplet: 15, 02 and 76. RGB value is (21,2,118). Sum of RGB (Red+Green+Blue) = 21+2+118=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #150276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150276 is #EAFD89. Grayscale: #141414. Windows color (decimal): -15400330 or 7733781. OLE color: 7733781.

HSL color Cylindrical-coordinate representation of color #150276: hue angle of 249.83º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150276 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB212118-
CMYK0.820.9800.54
HSL249.83º96.67%23.53%-
HSV(B)249.83º98.31%46.27%-
XYZ3.61.5117.24-
YUV20.9182.79128.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 118 (46.48% from 255) = 83.69%
R=14.89%
G=1.42%
B=83.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2121180.820.9800.54249.8396.6723.53
Hex152765262036fa6118
Octal25216612214206637214130
Binary1010110111011010100101100010011011011111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150276; }

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

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

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

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

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

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

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

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