#152F67

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

Shades of Sapphire #152F67

Tints of Sapphire #152F67

Color information

#152F67 (or 0x152F67) is unknown color: approx Sapphire. HEX triplet: 15, 2F and 67. RGB value is (21,47,103). Sum of RGB (Red+Green+Blue) = 21+47+103=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #152F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F67 is #EAD098. Grayscale: #2D2D2D. Windows color (decimal): -15388825 or 6762261. OLE color: 6762261.

HSL color Cylindrical-coordinate representation of color #152F67: hue angle of 220.98º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152F67 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2147103-
CMYK0.800.5400.60
HSL220.98º66.13%24.31%-
HSV(B)220.98º79.61%40.39%-
XYZ3.773.1713.25-
YUV45.61160.39110.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 103 (40.62% from 255) = 60.23%
R=12.28%
G=27.49%
B=60.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21471030.800.5400.60220.9866.1324.31
Hex152F67503603Cdd4218
Octal25571471206607433510230
Binary1010110111111001111010000110110011110011011101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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