Html Css Color HEX #15316D Sapphire

📋 copy color: '#15316D'

red 21 ◦ green 49 ◦ blue 109

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

Shades of Sapphire #15316D

Tints of Sapphire #15316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.37%

 BLUE value IS 109 (42.97% from 255) = 60.89%

R = 11.73%
G = 27.37%
B = 60.89%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15316D (or 0x15316D) is known color: Sapphire. HEX triplet: 15, 31 and 6D. RGB value is (21,49,109). Sum of RGB (Red+Green+Blue) = 21+49+109=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #15316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15316D is #EACE92. Grayscale: #2F2F2F. Windows color (decimal): -15388307 or 7155989. OLE color: 7155989.

HSL color Cylindrical-coordinate representation of color #15316D: hue angle of 220.91º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15316D is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 49 109 -
CMYK 0.81 0.55 0 0.57
HSL 220.91º 0.68% 0.25% -
HSV(B) 220.91º 0.81% 0.43% -
XYZ 4.17 3.46 14.92 -
YUV 47.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 21 49 109 0.81 0.55 0 0.57 220.91 0.68 0.25
Hex 15 31 6D 51 37 0 39 DD 44 19
Octal 25 61 155 121 67 0 71 335 104 31
Binary 10101 110001 1101101 1010001 110111 0 111001 11011101 1000100 11001

Color Harmonies of #15316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15316D

Black with #15316D

Text Example


Text Example

White with #15316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15316D; }

 p { color: rgb(21,49,109); }

 H1.HeaderClassName
 {
   color: #15316D;
 }
 .AnyTagClassName
 {
   color: #15316D;
 }
</style>

background-color css

<style>
 a { background-color: #15316D; }

 a { background-color: rgb(21,49,109); }

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

border-color css

<style>
 span { border-color: #15316D; }

 span { border-color: rgb(21,49,109); }

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