Html Css Color HEX #133279 Sapphire

📋 copy color: '#133279'

red 19 ◦ green 50 ◦ blue 121

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

Shades of Sapphire #133279

Tints of Sapphire #133279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 121 (47.66% from 255) = 63.68%

R = 10%
G = 26.32%
B = 63.68%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133279 (or 0x133279) is known color: Sapphire. HEX triplet: 13, 32 and 79. RGB value is (19,50,121). Sum of RGB (Red+Green+Blue) = 19+50+121=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #133279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133279 is #ECCD86. Grayscale: #303030. Windows color (decimal): -15519111 or 7942675. OLE color: 7942675.

HSL color Cylindrical-coordinate representation of color #133279: hue angle of 221.76º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133279 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 50 121 -
CMYK 0.84 0.59 0 0.53
HSL 221.76º 0.73% 0.27% -
HSV(B) 221.76º 0.84% 0.47% -
XYZ 4.86 3.8 18.57 -
YUV 48.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 19 50 121 0.84 0.59 0 0.53 221.76 0.73 0.27
Hex 13 32 79 54 3B 0 35 DE 49 1B
Octal 23 62 171 124 73 0 65 336 111 33
Binary 10011 110010 1111001 1010100 111011 0 110101 11011110 1001001 11011

Color Harmonies of #133279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133279

Black with #133279

Text Example


Text Example

White with #133279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133279; }

 p { color: rgb(19,50,121); }

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

background-color css

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

 a { background-color: rgb(19,50,121); }

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

border-color css

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

 span { border-color: rgb(19,50,121); }

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