Html Css Color HEX #13317C Sapphire

📋 copy color: '#13317C'

red 19 ◦ green 49 ◦ blue 124

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

Shades of Sapphire #13317C

Tints of Sapphire #13317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 9.9%
G = 25.52%
B = 64.58%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13317C (or 0x13317C) is known color: Sapphire. HEX triplet: 13, 31 and 7C. RGB value is (19,49,124). Sum of RGB (Red+Green+Blue) = 19+49+124=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #13317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13317C is #ECCE83. Grayscale: #303030. Windows color (decimal): -15519364 or 8139027. OLE color: 8139027.

HSL color Cylindrical-coordinate representation of color #13317C: hue angle of 222.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13317C is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 49 124 -
CMYK 0.85 0.60 0 0.51
HSL 222.86º 0.73% 0.28% -
HSV(B) 222.86º 0.85% 0.49% -
XYZ 5 3.79 19.54 -
YUV 48.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 19 49 124 0.85 0.60 0 0.51 222.86 0.73 0.28
Hex 13 31 7C 55 3C 0 33 DF 49 1C
Octal 23 61 174 125 74 0 63 337 111 34
Binary 10011 110001 1111100 1010101 111100 0 110011 11011111 1001001 11100

Color Harmonies of #13317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13317C

Black with #13317C

Text Example


Text Example

White with #13317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13317C; }

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

 H1.HeaderClassName
 {
   color: #13317C;
 }
 .AnyTagClassName
 {
   color: #13317C;
 }
</style>

background-color css

<style>
 a { background-color: #13317C; }

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

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

border-color css

<style>
 span { border-color: #13317C; }

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

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