#152F7E

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

Shades of Sapphire #152F7E

Tints of Sapphire #152F7E

Color information

#152F7E (or 0x152F7E) is unknown color: approx Sapphire. HEX triplet: 15, 2F and 7E. RGB value is (21,47,126). Sum of RGB (Red+Green+Blue) = 21+47+126=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #152F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F7E is #EAD081. Grayscale: #2F2F2F. Windows color (decimal): -15388802 or 8269589. OLE color: 8269589.

HSL color Cylindrical-coordinate representation of color #152F7E: hue angle of 225.14º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152F7E is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2147126-
CMYK0.830.6300.51
HSL225.14º71.43%28.82%-
HSV(B)225.14º83.33%49.41%-
XYZ5.093.720.18-
YUV48.23171.89108.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 126 (49.61% from 255) = 64.95%
R=10.82%
G=24.23%
B=64.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21471260.830.6300.51225.1471.4328.82
Hex152F7E533F033e1471d
Octal25571761237706334110735
Binary1010110111111111101010011111111011001111100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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