Html Css Color HEX #15205C Sapphire

📋 copy color: '#15205C'

red 21 ◦ green 32 ◦ blue 92

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

Shades of Sapphire #15205C

Tints of Sapphire #15205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 63.45%

R = 14.48%
G = 22.07%
B = 63.45%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15205C (or 0x15205C) is known color: Sapphire. HEX triplet: 15, 20 and 5C. RGB value is (21,32,92). Sum of RGB (Red+Green+Blue) = 21+32+92=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #15205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205C is #EADFA3. Grayscale: #232323. Windows color (decimal): -15392676 or 6037525. OLE color: 6037525.

HSL color Cylindrical-coordinate representation of color #15205C: hue angle of 230.7º 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 #15205C is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 32 92 -
CMYK 0.77 0.65 0 0.64
HSL 230.7º 0.63% 0.22% -
HSV(B) 230.7º 0.77% 0.36% -
XYZ 2.76 1.97 10.36 -
YUV 35.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 21 32 92 0.77 0.65 0 0.64 230.7 0.63 0.22
Hex 15 20 5C 4D 41 0 40 E7 3F 16
Octal 25 40 134 115 101 0 100 347 77 26
Binary 10101 100000 1011100 1001101 1000001 0 1000000 11100111 111111 10110

Color Harmonies of #15205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15205C

Black with #15205C

Text Example


Text Example

White with #15205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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