#152261

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

Shades of Sapphire #152261

Tints of Sapphire #152261

Color information

#152261 (or 0x152261) is unknown color: approx Sapphire. HEX triplet: 15, 22 and 61. RGB value is (21,34,97). Sum of RGB (Red+Green+Blue) = 21+34+97=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #152261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152261 is #EADD9E. Grayscale: #252525. Windows color (decimal): -15392159 or 6365717. OLE color: 6365717.

HSL color Cylindrical-coordinate representation of color #152261: hue angle of 229.74º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152261 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB213497-
CMYK0.780.6500.62
HSL229.74º64.41%23.14%-
HSV(B)229.74º78.35%38.04%-
XYZ3.042.1711.57-
YUV37.3161.69116.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 97 (38.28% from 255) = 63.82%
R=13.82%
G=22.37%
B=63.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2134970.780.6500.62229.7464.4123.14
Hex1522614E4103Ee64017
Octal254214111610107634610027
Binary10101100010110000110011101000001011111011100110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152261; }

 p { color: rgb(21,34,97); }

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

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

 a { background-color: rgb(21,34,97); }

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

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

 span { border-color: rgb(21,34,97); }

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