Html Css Color HEX #133277 Sapphire

📋 copy color: '#133277'

red 19 ◦ green 50 ◦ blue 119

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

Shades of Sapphire #133277

Tints of Sapphire #133277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

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

R = 10.11%
G = 26.6%
B = 63.3%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133277 (or 0x133277) is known color: Sapphire. HEX triplet: 13, 32 and 77. RGB value is (19,50,119). Sum of RGB (Red+Green+Blue) = 19+50+119=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #133277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133277 is #ECCD88. Grayscale: #303030. Windows color (decimal): -15519113 or 7811603. OLE color: 7811603.

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

Color convert

RGB 19 50 119 -
CMYK 0.84 0.58 0 0.53
HSL 221.4º 0.72% 0.27% -
HSV(B) 221.4º 0.84% 0.47% -
XYZ 4.74 3.75 17.93 -
YUV 48.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 19 50 119 0.84 0.58 0 0.53 221.4 0.72 0.27
Hex 13 32 77 54 3A 0 35 DD 48 1B
Octal 23 62 167 124 72 0 65 335 110 33
Binary 10011 110010 1110111 1010100 111010 0 110101 11011101 1001000 11011

Color Harmonies of #133277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133277

Black with #133277

Text Example


Text Example

White with #133277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133277; }

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

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

background-color css

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

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

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

border-color css

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

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

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