Html Css Color HEX #153270 Sapphire

📋 copy color: '#153270'

red 21 ◦ green 50 ◦ blue 112

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

Shades of Sapphire #153270

Tints of Sapphire #153270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.2%

R = 11.48%
G = 27.32%
B = 61.2%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#153270 (or 0x153270) is known color: Sapphire. HEX triplet: 15, 32 and 70. RGB value is (21,50,112). Sum of RGB (Red+Green+Blue) = 21+50+112=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #153270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153270 is #EACD8F. Grayscale: #303030. Windows color (decimal): -15388048 or 7352853. OLE color: 7352853.

HSL color Cylindrical-coordinate representation of color #153270: hue angle of 220.88º degrees, saturation: 0.68, 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 #153270 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 50 112 -
CMYK 0.81 0.55 0 0.56
HSL 220.88º 0.68% 0.26% -
HSV(B) 220.88º 0.81% 0.44% -
XYZ 4.37 3.61 15.8 -
YUV 48.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 21 50 112 0.81 0.55 0 0.56 220.88 0.68 0.26
Hex 15 32 70 51 37 0 38 DD 44 1A
Octal 25 62 160 121 67 0 70 335 104 32
Binary 10101 110010 1110000 1010001 110111 0 111000 11011101 1000100 11010

Color Harmonies of #153270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153270

Black with #153270

Text Example


Text Example

White with #153270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153270; }

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

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

background-color css

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

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

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

border-color css

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

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

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