Html Css Color HEX #133270 Sapphire

📋 copy color: '#133270'

red 19 ◦ green 50 ◦ blue 112

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

Shades of Sapphire #133270

Tints of Sapphire #133270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.88%

R = 10.5%
G = 27.62%
B = 61.88%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133270 (or 0x133270) is known color: Sapphire. HEX triplet: 13, 32 and 70. RGB value is (19,50,112). Sum of RGB (Red+Green+Blue) = 19+50+112=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #133270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133270 is #ECCD8F. Grayscale: #2F2F2F. Windows color (decimal): -15519120 or 7352851. OLE color: 7352851.

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

Color convert

RGB 19 50 112 -
CMYK 0.83 0.55 0 0.56
HSL 220º 0.71% 0.26% -
HSV(B) 220º 0.83% 0.44% -
XYZ 4.33 3.59 15.79 -
YUV 47.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 19 50 112 0.83 0.55 0 0.56 220 0.71 0.26
Hex 13 32 70 53 37 0 38 DC 47 1A
Octal 23 62 160 123 67 0 70 334 107 32
Binary 10011 110010 1110000 1010011 110111 0 111000 11011100 1000111 11010

Color Harmonies of #133270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133270

Black with #133270

Text Example


Text Example

White with #133270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133270; }

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

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

background-color css

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

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

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

border-color css

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

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

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