Html Css Color HEX #133163 Sapphire

📋 copy color: '#133163'

red 19 ◦ green 49 ◦ blue 99

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

Shades of Sapphire #133163

Tints of Sapphire #133163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 59.28%

R = 11.38%
G = 29.34%
B = 59.28%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#133163 (or 0x133163) is known color: Sapphire. HEX triplet: 13, 31 and 63. RGB value is (19,49,99). Sum of RGB (Red+Green+Blue) = 19+49+99=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #133163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133163 is #ECCE9C. Grayscale: #2D2D2D. Windows color (decimal): -15519389 or 6500627. OLE color: 6500627.

HSL color Cylindrical-coordinate representation of color #133163: hue angle of 217.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133163 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 49 99 -
CMYK 0.81 0.51 0 0.61
HSL 217.5º 0.68% 0.23% -
HSV(B) 217.5º 0.81% 0.39% -
XYZ 3.62 3.24 12.24 -
YUV 45.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 19 49 99 0.81 0.51 0 0.61 217.5 0.68 0.23
Hex 13 31 63 51 33 0 3D DA 44 17
Octal 23 61 143 121 63 0 75 332 104 27
Binary 10011 110001 1100011 1010001 110011 0 111101 11011010 1000100 10111

Color Harmonies of #133163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133163

Black with #133163

Text Example


Text Example

White with #133163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133163; }

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

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

background-color css

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

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

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

border-color css

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

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

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