Html Css Color HEX #13317E Sapphire

📋 copy color: '#13317E'

red 19 ◦ green 49 ◦ blue 126

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

Shades of Sapphire #13317E

Tints of Sapphire #13317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 64.95%

R = 9.79%
G = 25.26%
B = 64.95%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13317E (or 0x13317E) is known color: Sapphire. HEX triplet: 13, 31 and 7E. RGB value is (19,49,126). Sum of RGB (Red+Green+Blue) = 19+49+126=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #13317E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13317E is #ECCE81. Grayscale: #303030. Windows color (decimal): -15519362 or 8270099. OLE color: 8270099.

HSL color Cylindrical-coordinate representation of color #13317E: hue angle of 223.18º degrees, saturation: 0.74, 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 #13317E is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 49 126 -
CMYK 0.85 0.61 0 0.51
HSL 223.18º 0.74% 0.28% -
HSV(B) 223.18º 0.85% 0.49% -
XYZ 5.13 3.84 20.21 -
YUV 48.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 19 49 126 0.85 0.61 0 0.51 223.18 0.74 0.28
Hex 13 31 7E 55 3D 0 33 DF 4A 1C
Octal 23 61 176 125 75 0 63 337 112 34
Binary 10011 110001 1111110 1010101 111101 0 110011 11011111 1001010 11100

Color Harmonies of #13317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13317E

Black with #13317E

Text Example


Text Example

White with #13317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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