Html Css Color HEX #133059 Sapphire

📋 copy color: '#133059'

red 19 ◦ green 48 ◦ blue 89

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

Shades of Sapphire #133059

Tints of Sapphire #133059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 57.05%

R = 12.18%
G = 30.77%
B = 57.05%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133059 (or 0x133059) is known color: Sapphire. HEX triplet: 13, 30 and 59. RGB value is (19,48,89). Sum of RGB (Red+Green+Blue) = 19+48+89=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #133059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133059 is #ECCFA6. Grayscale: #2B2B2B. Windows color (decimal): -15519655 or 5845011. OLE color: 5845011.

HSL color Cylindrical-coordinate representation of color #133059: hue angle of 215.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133059 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 48 89 -
CMYK 0.79 0.46 0 0.65
HSL 215.14º 0.65% 0.21% -
HSV(B) 215.14º 0.79% 0.35% -
XYZ 3.13 2.97 9.86 -
YUV 44 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 19 48 89 0.79 0.46 0 0.65 215.14 0.65 0.21
Hex 13 30 59 4F 2E 0 41 D7 41 15
Octal 23 60 131 117 56 0 101 327 101 25
Binary 10011 110000 1011001 1001111 101110 0 1000001 11010111 1000001 10101

Color Harmonies of #133059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133059

Black with #133059

Text Example


Text Example

White with #133059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133059; }

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

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

background-color css

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

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

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

border-color css

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

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

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