#152F6D

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

Shades of Sapphire #152F6D

Tints of Sapphire #152F6D

Color information

#152F6D (or 0x152F6D) is unknown color: approx Sapphire. HEX triplet: 15, 2F and 6D. RGB value is (21,47,109). Sum of RGB (Red+Green+Blue) = 21+47+109=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #152F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F6D is #EAD092. Grayscale: #2E2E2E. Windows color (decimal): -15388819 or 7155477. OLE color: 7155477.

HSL color Cylindrical-coordinate representation of color #152F6D: hue angle of 222.27º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152F6D is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2147109-
CMYK0.810.5700.57
HSL222.27º67.69%25.49%-
HSV(B)222.27º80.73%42.75%-
XYZ4.093.314.89-
YUV46.29163.39109.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 109 (42.97% from 255) = 61.58%
R=11.86%
G=26.55%
B=61.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21471090.810.5700.57222.2767.6925.49
Hex152F6D5139039de4419
Octal25571551217107133610431
Binary1010110111111011011010001111001011100111011110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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