Html Css Color HEX #15317D Sapphire

📋 copy color: '#15317D'

red 21 ◦ green 49 ◦ blue 125

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

Shades of Sapphire #15317D

Tints of Sapphire #15317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 10.77%
G = 25.13%
B = 64.1%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15317D (or 0x15317D) is known color: Sapphire. HEX triplet: 15, 31 and 7D. RGB value is (21,49,125). Sum of RGB (Red+Green+Blue) = 21+49+125=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #15317D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15317D is #EACE82. Grayscale: #303030. Windows color (decimal): -15388291 or 8204565. OLE color: 8204565.

HSL color Cylindrical-coordinate representation of color #15317D: hue angle of 223.85º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15317D is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 49 125 -
CMYK 0.83 0.61 0 0.51
HSL 223.85º 0.71% 0.29% -
HSV(B) 223.85º 0.83% 0.49% -
XYZ 5.11 3.84 19.87 -
YUV 49.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 21 49 125 0.83 0.61 0 0.51 223.85 0.71 0.29
Hex 15 31 7D 53 3D 0 33 E0 47 1D
Octal 25 61 175 123 75 0 63 340 107 35
Binary 10101 110001 1111101 1010011 111101 0 110011 11100000 1000111 11101

Color Harmonies of #15317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15317D

Black with #15317D

Text Example


Text Example

White with #15317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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