Html Css Color HEX #15285F Sapphire

📋 copy color: '#15285F'

red 21 ◦ green 40 ◦ blue 95

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

Shades of Sapphire #15285F

Tints of Sapphire #15285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

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

R = 13.46%
G = 25.64%
B = 60.9%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15285F (or 0x15285F) is known color: Sapphire. HEX triplet: 15, 28 and 5F. RGB value is (21,40,95). Sum of RGB (Red+Green+Blue) = 21+40+95=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #15285F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285F is #EAD7A0. Grayscale: #282828. Windows color (decimal): -15390625 or 6236181. OLE color: 6236181.

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

Color convert

RGB 21 40 95 -
CMYK 0.78 0.58 0 0.63
HSL 224.59º 0.64% 0.23% -
HSV(B) 224.59º 0.78% 0.37% -
XYZ 3.13 2.5 11.14 -
YUV 40.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 21 40 95 0.78 0.58 0 0.63 224.59 0.64 0.23
Hex 15 28 5F 4E 3A 0 3F E1 40 17
Octal 25 50 137 116 72 0 77 341 100 27
Binary 10101 101000 1011111 1001110 111010 0 111111 11100001 1000000 10111

Color Harmonies of #15285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15285F

Black with #15285F

Text Example


Text Example

White with #15285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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