Html Css Color HEX #152160 Sapphire

📋 copy color: '#152160'

red 21 ◦ green 33 ◦ blue 96

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

Shades of Sapphire #152160

Tints of Sapphire #152160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

 BLUE value IS 96 (37.89% from 255) = 64%

R = 14%
G = 22%
B = 64%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152160 (or 0x152160) is known color: Sapphire. HEX triplet: 15, 21 and 60. RGB value is (21,33,96). Sum of RGB (Red+Green+Blue) = 21+33+96=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #152160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152160 is #EADE9F. Grayscale: #242424. Windows color (decimal): -15392416 or 6299925. OLE color: 6299925.

HSL color Cylindrical-coordinate representation of color #152160: hue angle of 230.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152160 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 33 96 -
CMYK 0.78 0.66 0 0.62
HSL 230.4º 0.64% 0.23% -
HSV(B) 230.4º 0.78% 0.38% -
XYZ 2.96 2.09 11.31 -
YUV 36.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 21 33 96 0.78 0.66 0 0.62 230.4 0.64 0.23
Hex 15 21 60 4E 42 0 3E E6 40 17
Octal 25 41 140 116 102 0 76 346 100 27
Binary 10101 100001 1100000 1001110 1000010 0 111110 11100110 1000000 10111

Color Harmonies of #152160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152160

Black with #152160

Text Example


Text Example

White with #152160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152160; }

 p { color: rgb(21,33,96); }

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

background-color css

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

 a { background-color: rgb(21,33,96); }

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

border-color css

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

 span { border-color: rgb(21,33,96); }

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