Html Css Color HEX #15205D Sapphire

📋 copy color: '#15205D'

red 21 ◦ green 32 ◦ blue 93

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

Shades of Sapphire #15205D

Tints of Sapphire #15205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 93 (36.72% from 255) = 63.7%

R = 14.38%
G = 21.92%
B = 63.7%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15205D (or 0x15205D) is known color: Sapphire. HEX triplet: 15, 20 and 5D. RGB value is (21,32,93). Sum of RGB (Red+Green+Blue) = 21+32+93=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #15205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205D is #EADFA2. Grayscale: #232323. Windows color (decimal): -15392675 or 6103061. OLE color: 6103061.

HSL color Cylindrical-coordinate representation of color #15205D: hue angle of 230.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15205D is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 32 93 -
CMYK 0.77 0.66 0 0.64
HSL 230.83º 0.63% 0.22% -
HSV(B) 230.83º 0.77% 0.36% -
XYZ 2.8 1.98 10.59 -
YUV 35.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 21 32 93 0.77 0.66 0 0.64 230.83 0.63 0.22
Hex 15 20 5D 4D 42 0 40 E7 3F 16
Octal 25 40 135 115 102 0 100 347 77 26
Binary 10101 100000 1011101 1001101 1000010 0 1000000 11100111 111111 10110

Color Harmonies of #15205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15205D

Black with #15205D

Text Example


Text Example

White with #15205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15205D; }

 p { color: rgb(21,32,93); }

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

background-color css

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

 a { background-color: rgb(21,32,93); }

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

border-color css

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

 span { border-color: rgb(21,32,93); }

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