Html Css Color HEX #15285B Sapphire

📋 copy color: '#15285B'

red 21 ◦ green 40 ◦ blue 91

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

Shades of Sapphire #15285B

Tints of Sapphire #15285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 59.87%

R = 13.82%
G = 26.32%
B = 59.87%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15285B (or 0x15285B) is known color: Sapphire. HEX triplet: 15, 28 and 5B. RGB value is (21,40,91). Sum of RGB (Red+Green+Blue) = 21+40+91=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #15285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285B is #EAD7A4. Grayscale: #272727. Windows color (decimal): -15390629 or 5974037. OLE color: 5974037.

HSL color Cylindrical-coordinate representation of color #15285B: hue angle of 223.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15285B is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 40 91 -
CMYK 0.77 0.56 0 0.64
HSL 223.71º 0.63% 0.22% -
HSV(B) 223.71º 0.77% 0.36% -
XYZ 2.96 2.43 10.21 -
YUV 40.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 21 40 91 0.77 0.56 0 0.64 223.71 0.63 0.22
Hex 15 28 5B 4D 38 0 40 E0 3E 16
Octal 25 50 133 115 70 0 100 340 76 26
Binary 10101 101000 1011011 1001101 111000 0 1000000 11100000 111110 10110

Color Harmonies of #15285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15285B

Black with #15285B

Text Example


Text Example

White with #15285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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