Html Css Color HEX #133080 Sapphire

📋 copy color: '#133080'

red 19 ◦ green 48 ◦ blue 128

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

Shades of Sapphire #133080

Tints of Sapphire #133080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 65.64%

R = 9.74%
G = 24.62%
B = 65.64%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#133080 (or 0x133080) is known color: Sapphire. HEX triplet: 13, 30 and 80. RGB value is (19,48,128). Sum of RGB (Red+Green+Blue) = 19+48+128=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #133080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133080 is #ECCF7F. Grayscale: #303030. Windows color (decimal): -15519616 or 8400915. OLE color: 8400915.

HSL color Cylindrical-coordinate representation of color #133080: hue angle of 224.04º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133080 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 48 128 -
CMYK 0.85 0.62 0 0.50
HSL 224.04º 0.74% 0.29% -
HSV(B) 224.04º 0.85% 0.5% -
XYZ 5.22 3.81 20.88 -
YUV 48.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 19 48 128 0.85 0.62 0 0.50 224.04 0.74 0.29
Hex 13 30 80 55 3E 0 32 E0 4A 1D
Octal 23 60 200 125 76 0 62 340 112 35
Binary 10011 110000 10000000 1010101 111110 0 110010 11100000 1001010 11101

Color Harmonies of #133080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133080

Black with #133080

Text Example


Text Example

White with #133080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133080; }

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

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

background-color css

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

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

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

border-color css

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

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

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