Html Css Color HEX #133173 Sapphire

📋 copy color: '#133173'

red 19 ◦ green 49 ◦ blue 115

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

Shades of Sapphire #133173

Tints of Sapphire #133173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.84%

R = 10.38%
G = 26.78%
B = 62.84%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133173 (or 0x133173) is known color: Sapphire. HEX triplet: 13, 31 and 73. RGB value is (19,49,115). Sum of RGB (Red+Green+Blue) = 19+49+115=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #133173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133173 is #ECCE8C. Grayscale: #2F2F2F. Windows color (decimal): -15519373 or 7549203. OLE color: 7549203.

HSL color Cylindrical-coordinate representation of color #133173: hue angle of 221.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133173 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 49 115 -
CMYK 0.83 0.57 0 0.55
HSL 221.25º 0.72% 0.26% -
HSV(B) 221.25º 0.83% 0.45% -
XYZ 4.46 3.57 16.67 -
YUV 47.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 19 49 115 0.83 0.57 0 0.55 221.25 0.72 0.26
Hex 13 31 73 53 39 0 37 DD 48 1A
Octal 23 61 163 123 71 0 67 335 110 32
Binary 10011 110001 1110011 1010011 111001 0 110111 11011101 1001000 11010

Color Harmonies of #133173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133173

Black with #133173

Text Example


Text Example

White with #133173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133173; }

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

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

background-color css

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

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

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

border-color css

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

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

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