Html Css Color HEX #153575 Sapphire

📋 copy color: '#153575'

red 21 ◦ green 53 ◦ blue 117

#153575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #153575

Tints of Sapphire #153575

RGB

 RED value IS 21 (8.59% from 255) = 10.99%

 GREEN value IS 53 (21.09% from 255) = 27.75%

 BLUE value IS 117 (46.09% from 255) = 61.26%

R = 10.99%
G = 27.75%
B = 61.26%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#153575 (or 0x153575) is known color: Sapphire. HEX triplet: 15, 35 and 75. RGB value is (21,53,117). Sum of RGB (Red+Green+Blue) = 21+53+117=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #153575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153575 is #EACA8A. Grayscale: #323232. Windows color (decimal): -15387275 or 7681301. OLE color: 7681301.

HSL color Cylindrical-coordinate representation of color #153575: hue angle of 220º 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 #153575 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 53 117 -
CMYK 0.82 0.55 0 0.54
HSL 220º 0.7% 0.27% -
HSV(B) 220º 0.82% 0.46% -
XYZ 4.79 3.99 17.35 -
YUV 50.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 21 53 117 0.82 0.55 0 0.54 220 0.7 0.27
Hex 15 35 75 52 37 0 36 DC 46 1B
Octal 25 65 165 122 67 0 66 334 106 33
Binary 10101 110101 1110101 1010010 110111 0 110110 11011100 1000110 11011

Color Harmonies of #153575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153575

Black with #153575

Text Example


Text Example

White with #153575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153575; }

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

 H1.HeaderClassName
 {
   color: #153575;
 }
 .AnyTagClassName
 {
   color: #153575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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