Html Css Color HEX #133477 Sapphire

📋 copy color: '#133477'

red 19 ◦ green 52 ◦ blue 119

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

Shades of Sapphire #133477

Tints of Sapphire #133477

RGB

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

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

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

R = 10%
G = 27.37%
B = 62.63%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133477 (or 0x133477) is known color: Sapphire. HEX triplet: 13, 34 and 77. RGB value is (19,52,119). Sum of RGB (Red+Green+Blue) = 19+52+119=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #133477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133477 is #ECCB88. Grayscale: #313131. Windows color (decimal): -15518601 or 7812115. OLE color: 7812115.

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

Color convert

RGB 19 52 119 -
CMYK 0.84 0.56 0 0.53
HSL 220.2º 0.72% 0.27% -
HSV(B) 220.2º 0.84% 0.47% -
XYZ 4.83 3.93 17.96 -
YUV 49.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 19 52 119 0.84 0.56 0 0.53 220.2 0.72 0.27
Hex 13 34 77 54 38 0 35 DC 48 1B
Octal 23 64 167 124 70 0 65 334 110 33
Binary 10011 110100 1110111 1010100 111000 0 110101 11011100 1001000 11011

Color Harmonies of #133477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133477

Black with #133477

Text Example


Text Example

White with #133477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133477; }

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

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

background-color css

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

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

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

border-color css

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

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

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