Html Css Color HEX #153275 Sapphire

📋 copy color: '#153275'

red 21 ◦ green 50 ◦ blue 117

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

Shades of Sapphire #153275

Tints of Sapphire #153275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

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

R = 11.17%
G = 26.6%
B = 62.23%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#153275 (or 0x153275) is known color: Sapphire. HEX triplet: 15, 32 and 75. RGB value is (21,50,117). Sum of RGB (Red+Green+Blue) = 21+50+117=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #153275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153275 is #EACD8A. Grayscale: #303030. Windows color (decimal): -15388043 or 7680533. OLE color: 7680533.

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

Color convert

RGB 21 50 117 -
CMYK 0.82 0.57 0 0.54
HSL 221.88º 0.7% 0.27% -
HSV(B) 221.88º 0.82% 0.46% -
XYZ 4.66 3.72 17.3 -
YUV 48.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 21 50 117 0.82 0.57 0 0.54 221.88 0.7 0.27
Hex 15 32 75 52 39 0 36 DE 46 1B
Octal 25 62 165 122 71 0 66 336 106 33
Binary 10101 110010 1110101 1010010 111001 0 110110 11011110 1000110 11011

Color Harmonies of #153275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153275

Black with #153275

Text Example


Text Example

White with #153275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153275; }

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

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

background-color css

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

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

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

border-color css

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

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

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