Html Css Color HEX #15317B Sapphire

📋 copy color: '#15317B'

red 21 ◦ green 49 ◦ blue 123

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

Shades of Sapphire #15317B

Tints of Sapphire #15317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 63.73%

R = 10.88%
G = 25.39%
B = 63.73%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#15317B (or 0x15317B) is known color: Sapphire. HEX triplet: 15, 31 and 7B. RGB value is (21,49,123). Sum of RGB (Red+Green+Blue) = 21+49+123=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #15317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15317B is #EACE84. Grayscale: #303030. Windows color (decimal): -15388293 or 8073493. OLE color: 8073493.

HSL color Cylindrical-coordinate representation of color #15317B: hue angle of 223.53º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15317B is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 49 123 -
CMYK 0.83 0.60 0 0.52
HSL 223.53º 0.71% 0.28% -
HSV(B) 223.53º 0.83% 0.48% -
XYZ 4.98 3.79 19.21 -
YUV 49.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 21 49 123 0.83 0.60 0 0.52 223.53 0.71 0.28
Hex 15 31 7B 53 3C 0 34 E0 47 1C
Octal 25 61 173 123 74 0 64 340 107 34
Binary 10101 110001 1111011 1010011 111100 0 110100 11100000 1000111 11100

Color Harmonies of #15317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15317B

Black with #15317B

Text Example


Text Example

White with #15317B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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