Html Css Color HEX #15295F Sapphire

📋 copy color: '#15295F'

red 21 ◦ green 41 ◦ blue 95

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

Shades of Sapphire #15295F

Tints of Sapphire #15295F

RGB

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

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

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

R = 13.38%
G = 26.11%
B = 60.51%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15295F (or 0x15295F) is known color: Sapphire. HEX triplet: 15, 29 and 5F. RGB value is (21,41,95). Sum of RGB (Red+Green+Blue) = 21+41+95=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #15295F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15295F is #EAD6A0. Grayscale: #282828. Windows color (decimal): -15390369 or 6236437. OLE color: 6236437.

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

Color convert

RGB 21 41 95 -
CMYK 0.78 0.57 0 0.63
HSL 223.78º 0.64% 0.23% -
HSV(B) 223.78º 0.78% 0.37% -
XYZ 3.17 2.57 11.16 -
YUV 41.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 21 41 95 0.78 0.57 0 0.63 223.78 0.64 0.23
Hex 15 29 5F 4E 39 0 3F E0 40 17
Octal 25 51 137 116 71 0 77 340 100 27
Binary 10101 101001 1011111 1001110 111001 0 111111 11100000 1000000 10111

Color Harmonies of #15295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15295F

Black with #15295F

Text Example


Text Example

White with #15295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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