Html Css Color HEX #15245F Sapphire

📋 copy color: '#15245F'

red 21 ◦ green 36 ◦ blue 95

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

Shades of Sapphire #15245F

Tints of Sapphire #15245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

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

R = 13.82%
G = 23.68%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15245F (or 0x15245F) is known color: Sapphire. HEX triplet: 15, 24 and 5F. RGB value is (21,36,95). Sum of RGB (Red+Green+Blue) = 21+36+95=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #15245F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15245F is #EADBA0. Grayscale: #252525. Windows color (decimal): -15391649 or 6235157. OLE color: 6235157.

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

Color convert

RGB 21 36 95 -
CMYK 0.78 0.62 0 0.63
HSL 227.84º 0.64% 0.23% -
HSV(B) 227.84º 0.78% 0.37% -
XYZ 3.01 2.25 11.1 -
YUV 38.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 21 36 95 0.78 0.62 0 0.63 227.84 0.64 0.23
Hex 15 24 5F 4E 3E 0 3F E4 40 17
Octal 25 44 137 116 76 0 77 344 100 27
Binary 10101 100100 1011111 1001110 111110 0 111111 11100100 1000000 10111

Color Harmonies of #15245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15245F

Black with #15245F

Text Example


Text Example

White with #15245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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