Html Css Color HEX #133169 Sapphire

📋 copy color: '#133169'

red 19 ◦ green 49 ◦ blue 105

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

Shades of Sapphire #133169

Tints of Sapphire #133169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 10.98%
G = 28.32%
B = 60.69%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133169 (or 0x133169) is known color: Sapphire. HEX triplet: 13, 31 and 69. RGB value is (19,49,105). Sum of RGB (Red+Green+Blue) = 19+49+105=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #133169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133169 is #ECCE96. Grayscale: #2E2E2E. Windows color (decimal): -15519383 or 6893843. OLE color: 6893843.

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

Color convert

RGB 19 49 105 -
CMYK 0.82 0.53 0 0.59
HSL 219.07º 0.69% 0.24% -
HSV(B) 219.07º 0.82% 0.41% -
XYZ 3.92 3.35 13.81 -
YUV 46.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 19 49 105 0.82 0.53 0 0.59 219.07 0.69 0.24
Hex 13 31 69 52 35 0 3B DB 45 18
Octal 23 61 151 122 65 0 73 333 105 30
Binary 10011 110001 1101001 1010010 110101 0 111011 11011011 1000101 11000

Color Harmonies of #133169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133169

Black with #133169

Text Example


Text Example

White with #133169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133169; }

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

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

background-color css

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

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

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

border-color css

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

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

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