#152C77

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

Shades of Sapphire #152C77

Tints of Sapphire #152C77

Color information

#152C77 (or 0x152C77) is unknown color: approx Sapphire. HEX triplet: 15, 2C and 77. RGB value is (21,44,119). Sum of RGB (Red+Green+Blue) = 21+44+119=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #152C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C77 is #EAD388. Grayscale: #2D2D2D. Windows color (decimal): -15389577 or 7810069. OLE color: 7810069.

HSL color Cylindrical-coordinate representation of color #152C77: hue angle of 225.92º 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 #152C77 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2144119-
CMYK0.820.6300.53
HSL225.92º70%27.45%-
HSV(B)225.92º82.35%46.67%-
XYZ4.543.2917.85-
YUV45.67169.38110.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=11.41%
G=23.91%
B=64.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21441190.820.6300.53225.927027.45
Hex152C77523F035e2461b
Octal25541671227706534210633
Binary1010110110011101111010010111111011010111100010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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