Html Css Color HEX #15225A Sapphire

📋 copy color: '#15225A'

red 21 ◦ green 34 ◦ blue 90

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

Shades of Sapphire #15225A

Tints of Sapphire #15225A

RGB

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

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

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

R = 14.48%
G = 23.45%
B = 62.07%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15225A (or 0x15225A) is known color: Sapphire. HEX triplet: 15, 22 and 5A. RGB value is (21,34,90). Sum of RGB (Red+Green+Blue) = 21+34+90=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #15225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15225A is #EADDA5. Grayscale: #242424. Windows color (decimal): -15392166 or 5906965. OLE color: 5906965.

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

Color convert

RGB 21 34 90 -
CMYK 0.77 0.62 0 0.65
HSL 228.7º 0.62% 0.22% -
HSV(B) 228.7º 0.77% 0.35% -
XYZ 2.73 2.04 9.92 -
YUV 36.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 21 34 90 0.77 0.62 0 0.65 228.7 0.62 0.22
Hex 15 22 5A 4D 3E 0 41 E5 3E 16
Octal 25 42 132 115 76 0 101 345 76 26
Binary 10101 100010 1011010 1001101 111110 0 1000001 11100101 111110 10110

Color Harmonies of #15225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15225A

Black with #15225A

Text Example


Text Example

White with #15225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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