Html Css Color HEX #15295A Sapphire

📋 copy color: '#15295A'

red 21 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #15295A

Tints of Sapphire #15295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.97%

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

R = 13.82%
G = 26.97%
B = 59.21%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15295A (or 0x15295A) is known color: Sapphire. HEX triplet: 15, 29 and 5A. RGB value is (21,41,90). Sum of RGB (Red+Green+Blue) = 21+41+90=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #15295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15295A is #EAD6A5. Grayscale: #282828. Windows color (decimal): -15390374 or 5908757. OLE color: 5908757.

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

Color convert

RGB 21 41 90 -
CMYK 0.77 0.54 0 0.65
HSL 222.61º 0.62% 0.22% -
HSV(B) 222.61º 0.77% 0.35% -
XYZ 2.95 2.48 10 -
YUV 40.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 21 41 90 0.77 0.54 0 0.65 222.61 0.62 0.22
Hex 15 29 5A 4D 36 0 41 DF 3E 16
Octal 25 51 132 115 66 0 101 337 76 26
Binary 10101 101001 1011010 1001101 110110 0 1000001 11011111 111110 10110

Color Harmonies of #15295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15295A

Black with #15295A

Text Example


Text Example

White with #15295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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