Html Css Color HEX #15225E Sapphire

📋 copy color: '#15225E'

red 21 ◦ green 34 ◦ blue 94

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

Shades of Sapphire #15225E

Tints of Sapphire #15225E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 14.09%
G = 22.82%
B = 63.09%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15225E (or 0x15225E) is known color: Sapphire. HEX triplet: 15, 22 and 5E. RGB value is (21,34,94). Sum of RGB (Red+Green+Blue) = 21+34+94=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 94 (37.11% from 255 or 63.09% from 149); Max value from RGB is 94 - color contains mainly: blue. Hex color #15225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15225E is #EADDA1. Grayscale: #242424. Windows color (decimal): -15392162 or 6169109. OLE color: 6169109.

HSL color Cylindrical-coordinate representation of color #15225E: hue angle of 229.32º 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 #15225E is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 34 94 -
CMYK 0.78 0.64 0 0.63
HSL 229.32º 0.63% 0.23% -
HSV(B) 229.32º 0.78% 0.37% -
XYZ 2.9 2.11 10.84 -
YUV 36.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 21 34 94 0.78 0.64 0 0.63 229.32 0.63 0.23
Hex 15 22 5E 4E 40 0 3F E5 3F 17
Octal 25 42 136 116 100 0 77 345 77 27
Binary 10101 100010 1011110 1001110 1000000 0 111111 11100101 111111 10111

Color Harmonies of #15225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15225E

Black with #15225E

Text Example


Text Example

White with #15225E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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