Html Css Color HEX #133273 Sapphire

📋 copy color: '#133273'

red 19 ◦ green 50 ◦ blue 115

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

Shades of Sapphire #133273

Tints of Sapphire #133273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 10.33%
G = 27.17%
B = 62.5%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133273 (or 0x133273) is known color: Sapphire. HEX triplet: 13, 32 and 73. RGB value is (19,50,115). Sum of RGB (Red+Green+Blue) = 19+50+115=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #133273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133273 is #ECCD8C. Grayscale: #2F2F2F. Windows color (decimal): -15519117 or 7549459. OLE color: 7549459.

HSL color Cylindrical-coordinate representation of color #133273: hue angle of 220.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133273 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 50 115 -
CMYK 0.83 0.57 0 0.55
HSL 220.63º 0.72% 0.26% -
HSV(B) 220.63º 0.83% 0.45% -
XYZ 4.5 3.66 16.69 -
YUV 48.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 19 50 115 0.83 0.57 0 0.55 220.63 0.72 0.26
Hex 13 32 73 53 39 0 37 DD 48 1A
Octal 23 62 163 123 71 0 67 335 110 32
Binary 10011 110010 1110011 1010011 111001 0 110111 11011101 1001000 11010

Color Harmonies of #133273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133273

Black with #133273

Text Example


Text Example

White with #133273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133273; }

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

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

background-color css

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

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

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

border-color css

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

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

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