Html Css Color HEX #133479 Sapphire

📋 copy color: '#133479'

red 19 ◦ green 52 ◦ blue 121

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

Shades of Sapphire #133479

Tints of Sapphire #133479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 9.9%
G = 27.08%
B = 63.02%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133479 (or 0x133479) is known color: Sapphire. HEX triplet: 13, 34 and 79. RGB value is (19,52,121). Sum of RGB (Red+Green+Blue) = 19+52+121=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #133479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133479 is #ECCB86. Grayscale: #313131. Windows color (decimal): -15518599 or 7943187. OLE color: 7943187.

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

Color convert

RGB 19 52 121 -
CMYK 0.84 0.57 0 0.53
HSL 220.59º 0.73% 0.27% -
HSV(B) 220.59º 0.84% 0.47% -
XYZ 4.95 3.97 18.6 -
YUV 50 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 19 52 121 0.84 0.57 0 0.53 220.59 0.73 0.27
Hex 13 34 79 54 39 0 35 DD 49 1B
Octal 23 64 171 124 71 0 65 335 111 33
Binary 10011 110100 1111001 1010100 111001 0 110101 11011101 1001001 11011

Color Harmonies of #133479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133479

Black with #133479

Text Example


Text Example

White with #133479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133479; }

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

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

background-color css

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

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

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

border-color css

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

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

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