#153675

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

Shades of Sapphire #153675

Tints of Sapphire #153675

Color information

#153675 (or 0x153675) is unknown color: approx Sapphire. HEX triplet: 15, 36 and 75. RGB value is (21,54,117). Sum of RGB (Red+Green+Blue) = 21+54+117=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #153675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153675 is #EAC98A. Grayscale: #333333. Windows color (decimal): -15387019 or 7681557. OLE color: 7681557.

HSL color Cylindrical-coordinate representation of color #153675: hue angle of 219.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153675 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2154117-
CMYK0.820.5400.54
HSL219.38º69.57%27.06%-
HSV(B)219.38º82.05%45.88%-
XYZ4.844.0817.36-
YUV51.32165.07106.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=10.94%
G=28.12%
B=60.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21541170.820.5400.54219.3869.5727.06
Hex1536755236036db461b
Octal25661651226606633310633
Binary1010111011011101011010010110110011011011011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153675; }

 p { color: rgb(21,54,117); }

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

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

 a { background-color: rgb(21,54,117); }

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

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

 span { border-color: rgb(21,54,117); }

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