Html Css Color HEX #133077 Sapphire

📋 copy color: '#133077'

red 19 ◦ green 48 ◦ blue 119

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

Shades of Sapphire #133077

Tints of Sapphire #133077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 63.98%

R = 10.22%
G = 25.81%
B = 63.98%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133077 (or 0x133077) is known color: Sapphire. HEX triplet: 13, 30 and 77. RGB value is (19,48,119). Sum of RGB (Red+Green+Blue) = 19+48+119=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #133077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133077 is #ECCF88. Grayscale: #2F2F2F. Windows color (decimal): -15519625 or 7811091. OLE color: 7811091.

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

Color convert

RGB 19 48 119 -
CMYK 0.84 0.60 0 0.53
HSL 222.6º 0.72% 0.27% -
HSV(B) 222.6º 0.84% 0.47% -
XYZ 4.66 3.58 17.9 -
YUV 47.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 19 48 119 0.84 0.60 0 0.53 222.6 0.72 0.27
Hex 13 30 77 54 3C 0 35 DF 48 1B
Octal 23 60 167 124 74 0 65 337 110 33
Binary 10011 110000 1110111 1010100 111100 0 110101 11011111 1001000 11011

Color Harmonies of #133077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133077

Black with #133077

Text Example


Text Example

White with #133077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133077; }

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

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

background-color css

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

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

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

border-color css

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

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

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