#152F77

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

Shades of Sapphire #152F77

Tints of Sapphire #152F77

Color information

#152F77 (or 0x152F77) is unknown color: approx Sapphire. HEX triplet: 15, 2F and 77. RGB value is (21,47,119). Sum of RGB (Red+Green+Blue) = 21+47+119=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #152F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F77 is #EAD088. Grayscale: #2F2F2F. Windows color (decimal): -15388809 or 7810837. OLE color: 7810837.

HSL color Cylindrical-coordinate representation of color #152F77: hue angle of 224.08º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152F77 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2147119-
CMYK0.820.6100.53
HSL224.08º70%27.45%-
HSV(B)224.08º82.35%46.67%-
XYZ4.663.5217.89-
YUV47.43168.39109.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=11.23%
G=25.13%
B=63.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21471190.820.6100.53224.087027.45
Hex152F77523D035e0461b
Octal25571671227506534010633
Binary1010110111111101111010010111101011010111100000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152F77; }

 p { color: rgb(21,47,119); }

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

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

 a { background-color: rgb(21,47,119); }

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

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

 span { border-color: rgb(21,47,119); }

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