Html Css Color HEX #133377 Sapphire

📋 copy color: '#133377'

red 19 ◦ green 51 ◦ blue 119

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

Shades of Sapphire #133377

Tints of Sapphire #133377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

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

R = 10.05%
G = 26.98%
B = 62.96%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133377 (or 0x133377) is known color: Sapphire. HEX triplet: 13, 33 and 77. RGB value is (19,51,119). Sum of RGB (Red+Green+Blue) = 19+51+119=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #133377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133377 is #ECCC88. Grayscale: #303030. Windows color (decimal): -15518857 or 7811859. OLE color: 7811859.

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

Color convert

RGB 19 51 119 -
CMYK 0.84 0.57 0 0.53
HSL 220.8º 0.72% 0.27% -
HSV(B) 220.8º 0.84% 0.47% -
XYZ 4.78 3.84 17.94 -
YUV 49.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 19 51 119 0.84 0.57 0 0.53 220.8 0.72 0.27
Hex 13 33 77 54 39 0 35 DD 48 1B
Octal 23 63 167 124 71 0 65 335 110 33
Binary 10011 110011 1110111 1010100 111001 0 110101 11011101 1001000 11011

Color Harmonies of #133377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133377

Black with #133377

Text Example


Text Example

White with #133377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133377; }

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

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

background-color css

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

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

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

border-color css

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

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

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