Html Css Color HEX #15225F Sapphire

📋 copy color: '#15225F'

red 21 ◦ green 34 ◦ blue 95

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

Shades of Sapphire #15225F

Tints of Sapphire #15225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 63.33%

R = 14%
G = 22.67%
B = 63.33%

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

#15225F (or 0x15225F) is known color: Sapphire. HEX triplet: 15, 22 and 5F. RGB value is (21,34,95). Sum of RGB (Red+Green+Blue) = 21+34+95=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #15225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15225F is #EADDA0. Grayscale: #242424. Windows color (decimal): -15392161 or 6234645. OLE color: 6234645.

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

Color convert

RGB 21 34 95 -
CMYK 0.78 0.64 0 0.63
HSL 229.46º 0.64% 0.23% -
HSV(B) 229.46º 0.78% 0.37% -
XYZ 2.95 2.13 11.08 -
YUV 37.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 21 34 95 0.78 0.64 0 0.63 229.46 0.64 0.23
Hex 15 22 5F 4E 40 0 3F E5 40 17
Octal 25 42 137 116 100 0 77 345 100 27
Binary 10101 100010 1011111 1001110 1000000 0 111111 11100101 1000000 10111

Color Harmonies of #15225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15225F

Black with #15225F

Text Example


Text Example

White with #15225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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