Html Css Color HEX #15285A Sapphire

📋 copy color: '#15285A'

red 21 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #15285A

Tints of Sapphire #15285A

RGB

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

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

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

R = 13.91%
G = 26.49%
B = 59.6%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15285A (or 0x15285A) is known color: Sapphire. HEX triplet: 15, 28 and 5A. RGB value is (21,40,90). Sum of RGB (Red+Green+Blue) = 21+40+90=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #15285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285A is #EAD7A5. Grayscale: #272727. Windows color (decimal): -15390630 or 5908501. OLE color: 5908501.

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

Color convert

RGB 21 40 90 -
CMYK 0.77 0.56 0 0.65
HSL 223.48º 0.62% 0.22% -
HSV(B) 223.48º 0.77% 0.35% -
XYZ 2.91 2.42 9.99 -
YUV 40.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 21 40 90 0.77 0.56 0 0.65 223.48 0.62 0.22
Hex 15 28 5A 4D 38 0 41 DF 3E 16
Octal 25 50 132 115 70 0 101 337 76 26
Binary 10101 101000 1011010 1001101 111000 0 1000001 11011111 111110 10110

Color Harmonies of #15285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15285A

Black with #15285A

Text Example


Text Example

White with #15285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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