Html Css Color HEX #133167 Sapphire

📋 copy color: '#133167'

red 19 ◦ green 49 ◦ blue 103

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

Shades of Sapphire #133167

Tints of Sapphire #133167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 60.23%

R = 11.11%
G = 28.65%
B = 60.23%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#133167 (or 0x133167) is known color: Sapphire. HEX triplet: 13, 31 and 67. RGB value is (19,49,103). Sum of RGB (Red+Green+Blue) = 19+49+103=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #133167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133167 is #ECCE98. Grayscale: #2D2D2D. Windows color (decimal): -15519385 or 6762771. OLE color: 6762771.

HSL color Cylindrical-coordinate representation of color #133167: hue angle of 218.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133167 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 49 103 -
CMYK 0.82 0.52 0 0.60
HSL 218.57º 0.69% 0.24% -
HSV(B) 218.57º 0.82% 0.4% -
XYZ 3.82 3.31 13.27 -
YUV 46.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 19 49 103 0.82 0.52 0 0.60 218.57 0.69 0.24
Hex 13 31 67 52 34 0 3C DB 45 18
Octal 23 61 147 122 64 0 74 333 105 30
Binary 10011 110001 1100111 1010010 110100 0 111100 11011011 1000101 11000

Color Harmonies of #133167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133167

Black with #133167

Text Example


Text Example

White with #133167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133167; }

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

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

background-color css

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

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

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

border-color css

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

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

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