Html Css Color HEX #153271 Sapphire

📋 copy color: '#153271'

red 21 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #153271

Tints of Sapphire #153271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 61.41%

R = 11.41%
G = 27.17%
B = 61.41%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#153271 (or 0x153271) is known color: Sapphire. HEX triplet: 15, 32 and 71. RGB value is (21,50,113). Sum of RGB (Red+Green+Blue) = 21+50+113=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #153271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153271 is #EACD8E. Grayscale: #303030. Windows color (decimal): -15388047 or 7418389. OLE color: 7418389.

HSL color Cylindrical-coordinate representation of color #153271: hue angle of 221.09º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153271 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 50 113 -
CMYK 0.81 0.56 0 0.56
HSL 221.09º 0.69% 0.26% -
HSV(B) 221.09º 0.81% 0.44% -
XYZ 4.43 3.63 16.09 -
YUV 48.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 21 50 113 0.81 0.56 0 0.56 221.09 0.69 0.26
Hex 15 32 71 51 38 0 38 DD 45 1A
Octal 25 62 161 121 70 0 70 335 105 32
Binary 10101 110010 1110001 1010001 111000 0 111000 11011101 1000101 11010

Color Harmonies of #153271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153271

Black with #153271

Text Example


Text Example

White with #153271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153271; }

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

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

background-color css

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

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

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

border-color css

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

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

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