Html Css Color HEX #15215E Sapphire

📋 copy color: '#15215E'

red 21 ◦ green 33 ◦ blue 94

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

Shades of Sapphire #15215E

Tints of Sapphire #15215E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 63.51%

R = 14.19%
G = 22.3%
B = 63.51%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15215E (or 0x15215E) is known color: Sapphire. HEX triplet: 15, 21 and 5E. RGB value is (21,33,94). Sum of RGB (Red+Green+Blue) = 21+33+94=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #15215E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15215E is #EADEA1. Grayscale: #242424. Windows color (decimal): -15392418 or 6168853. OLE color: 6168853.

HSL color Cylindrical-coordinate representation of color #15215E: hue angle of 230.14º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15215E is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 33 94 -
CMYK 0.78 0.65 0 0.63
HSL 230.14º 0.63% 0.23% -
HSV(B) 230.14º 0.78% 0.37% -
XYZ 2.87 2.06 10.83 -
YUV 36.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 21 33 94 0.78 0.65 0 0.63 230.14 0.63 0.23
Hex 15 21 5E 4E 41 0 3F E6 3F 17
Octal 25 41 136 116 101 0 77 346 77 27
Binary 10101 100001 1011110 1001110 1000001 0 111111 11100110 111111 10111

Color Harmonies of #15215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15215E

Black with #15215E

Text Example


Text Example

White with #15215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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