Html Css Color HEX #133166 Sapphire

📋 copy color: '#133166'

red 19 ◦ green 49 ◦ blue 102

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

Shades of Sapphire #133166

Tints of Sapphire #133166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60%

R = 11.18%
G = 28.82%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#133166 (or 0x133166) is known color: Sapphire. HEX triplet: 13, 31 and 66. RGB value is (19,49,102). Sum of RGB (Red+Green+Blue) = 19+49+102=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #133166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133166 is #ECCE99. Grayscale: #2D2D2D. Windows color (decimal): -15519386 or 6697235. OLE color: 6697235.

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

Color convert

RGB 19 49 102 -
CMYK 0.81 0.52 0 0.6
HSL 218.31º 0.69% 0.24% -
HSV(B) 218.31º 0.81% 0.4% -
XYZ 3.77 3.29 13.01 -
YUV 46.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 19 49 102 0.81 0.52 0 0.6 218.31 0.69 0.24
Hex 13 31 66 51 34 0 3C DA 45 18
Octal 23 61 146 121 64 0 74 332 105 30
Binary 10011 110001 1100110 1010001 110100 0 111100 11011010 1000101 11000

Color Harmonies of #133166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133166

Black with #133166

Text Example


Text Example

White with #133166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133166; }

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

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

background-color css

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

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

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

border-color css

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

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

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