Html Css Color HEX #13316B Sapphire

📋 copy color: '#13316B'

red 19 ◦ green 49 ◦ blue 107

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

Shades of Sapphire #13316B

Tints of Sapphire #13316B

RGB

 RED value IS 19 (7.81% from 255) = 10.86%

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

 BLUE value IS 107 (42.19% from 255) = 61.14%

R = 10.86%
G = 28%
B = 61.14%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13316B (or 0x13316B) is known color: Sapphire. HEX triplet: 13, 31 and 6B. RGB value is (19,49,107). Sum of RGB (Red+Green+Blue) = 19+49+107=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #13316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13316B is #ECCE94. Grayscale: #2E2E2E. Windows color (decimal): -15519381 or 7024915. OLE color: 7024915.

HSL color Cylindrical-coordinate representation of color #13316B: hue angle of 219.55º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13316B is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 49 107 -
CMYK 0.82 0.54 0 0.58
HSL 219.55º 0.7% 0.25% -
HSV(B) 219.55º 0.82% 0.42% -
XYZ 4.02 3.4 14.35 -
YUV 46.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 19 49 107 0.82 0.54 0 0.58 219.55 0.7 0.25
Hex 13 31 6B 52 36 0 3A DC 46 19
Octal 23 61 153 122 66 0 72 334 106 31
Binary 10011 110001 1101011 1010010 110110 0 111010 11011100 1000110 11001

Color Harmonies of #13316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13316B

Black with #13316B

Text Example


Text Example

White with #13316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,49,107); }

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

background-color css

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

 a { background-color: rgb(19,49,107); }

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

border-color css

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

 span { border-color: rgb(19,49,107); }

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