Html Css Color HEX #133168 Sapphire

📋 copy color: '#133168'

red 19 ◦ green 49 ◦ blue 104

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

Shades of Sapphire #133168

Tints of Sapphire #133168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.47%

R = 11.05%
G = 28.49%
B = 60.47%

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

#133168 (or 0x133168) is known color: Sapphire. HEX triplet: 13, 31 and 68. RGB value is (19,49,104). Sum of RGB (Red+Green+Blue) = 19+49+104=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #133168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133168 is #ECCE97. Grayscale: #2E2E2E. Windows color (decimal): -15519384 or 6828307. OLE color: 6828307.

HSL color Cylindrical-coordinate representation of color #133168: hue angle of 218.82º 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 #133168 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 49 104 -
CMYK 0.82 0.53 0 0.59
HSL 218.82º 0.69% 0.24% -
HSV(B) 218.82º 0.82% 0.41% -
XYZ 3.87 3.33 13.54 -
YUV 46.3 160.56 108.53 -
System Red Green Blue C M Y K H S L
Decimal 19 49 104 0.82 0.53 0 0.59 218.82 0.69 0.24
Hex 13 31 68 52 35 0 3B DB 45 18
Octal 23 61 150 122 65 0 73 333 105 30
Binary 10011 110001 1101000 1010010 110101 0 111011 11011011 1000101 11000

Color Harmonies of #133168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133168

Black with #133168

Text Example


Text Example

White with #133168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133168; }

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

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

background-color css

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

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

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

border-color css

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

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

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