Html Css Color HEX #133060 Sapphire

📋 copy color: '#133060'

red 19 ◦ green 48 ◦ blue 96

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

Shades of Sapphire #133060

Tints of Sapphire #133060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

 BLUE value IS 96 (37.89% from 255) = 58.9%

R = 11.66%
G = 29.45%
B = 58.9%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133060 (or 0x133060) is known color: Sapphire. HEX triplet: 13, 30 and 60. RGB value is (19,48,96). Sum of RGB (Red+Green+Blue) = 19+48+96=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #133060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133060 is #ECCF9F. Grayscale: #2C2C2C. Windows color (decimal): -15519648 or 6303763. OLE color: 6303763.

HSL color Cylindrical-coordinate representation of color #133060: hue angle of 217.4º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133060 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 48 96 -
CMYK 0.80 0.50 0 0.62
HSL 217.4º 0.67% 0.23% -
HSV(B) 217.4º 0.8% 0.38% -
XYZ 3.44 3.1 11.48 -
YUV 44.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 19 48 96 0.80 0.50 0 0.62 217.4 0.67 0.23
Hex 13 30 60 50 32 0 3E D9 43 17
Octal 23 60 140 120 62 0 76 331 103 27
Binary 10011 110000 1100000 1010000 110010 0 111110 11011001 1000011 10111

Color Harmonies of #133060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133060

Black with #133060

Text Example


Text Example

White with #133060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133060; }

 p { color: rgb(19,48,96); }

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

background-color css

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

 a { background-color: rgb(19,48,96); }

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

border-color css

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

 span { border-color: rgb(19,48,96); }

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