Html Css Color HEX #15205A Sapphire

📋 copy color: '#15205A'

red 21 ◦ green 32 ◦ blue 90

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

Shades of Sapphire #15205A

Tints of Sapphire #15205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.94%

R = 14.69%
G = 22.38%
B = 62.94%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15205A (or 0x15205A) is known color: Sapphire. HEX triplet: 15, 20 and 5A. RGB value is (21,32,90). Sum of RGB (Red+Green+Blue) = 21+32+90=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #15205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205A is #EADFA5. Grayscale: #232323. Windows color (decimal): -15392678 or 5906453. OLE color: 5906453.

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

Color convert

RGB 21 32 90 -
CMYK 0.77 0.64 0 0.65
HSL 230.43º 0.62% 0.22% -
HSV(B) 230.43º 0.77% 0.35% -
XYZ 2.67 1.93 9.9 -
YUV 35.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 21 32 90 0.77 0.64 0 0.65 230.43 0.62 0.22
Hex 15 20 5A 4D 40 0 41 E6 3E 16
Octal 25 40 132 115 100 0 101 346 76 26
Binary 10101 100000 1011010 1001101 1000000 0 1000001 11100110 111110 10110

Color Harmonies of #15205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15205A

Black with #15205A

Text Example


Text Example

White with #15205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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