#150275

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

Shades of Navy #150275

Tints of Navy #150275

Color information

#150275 (or 0x150275) is unknown color: approx Navy. HEX triplet: 15, 02 and 75. RGB value is (21,2,117). Sum of RGB (Red+Green+Blue) = 21+2+117=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #150275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150275 is #EAFD8A. Grayscale: #141414. Windows color (decimal): -15400331 or 7668245. OLE color: 7668245.

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

Color convert

RGB212117-
CMYK0.820.9800.54
HSL249.91º96.64%23.33%-
HSV(B)249.91º98.29%45.88%-
XYZ3.541.4916.93-
YUV20.79182.29128.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 117 (46.09% from 255) = 83.57%
R=15%
G=1.43%
B=83.57%

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
Decimal2121170.820.9800.54249.9196.6423.33
Hex152755262036fa6117
Octal25216512214206637214127
Binary1010110111010110100101100010011011011111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150275; }

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

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

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

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

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

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

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

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