Html Css Color HEX #133071 Sapphire

📋 copy color: '#133071'

red 19 ◦ green 48 ◦ blue 113

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

Shades of Sapphire #133071

Tints of Sapphire #133071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 10.56%
G = 26.67%
B = 62.78%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133071 (or 0x133071) is known color: Sapphire. HEX triplet: 13, 30 and 71. RGB value is (19,48,113). Sum of RGB (Red+Green+Blue) = 19+48+113=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #133071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133071 is #ECCF8E. Grayscale: #2E2E2E. Windows color (decimal): -15519631 or 7417875. OLE color: 7417875.

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

Color convert

RGB 19 48 113 -
CMYK 0.83 0.58 0 0.56
HSL 221.49º 0.71% 0.26% -
HSV(B) 221.49º 0.83% 0.44% -
XYZ 4.31 3.44 16.06 -
YUV 46.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 19 48 113 0.83 0.58 0 0.56 221.49 0.71 0.26
Hex 13 30 71 53 3A 0 38 DD 47 1A
Octal 23 60 161 123 72 0 70 335 107 32
Binary 10011 110000 1110001 1010011 111010 0 111000 11011101 1000111 11010

Color Harmonies of #133071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133071

Black with #133071

Text Example


Text Example

White with #133071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133071; }

 p { color: rgb(19,48,113); }

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

background-color css

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

 a { background-color: rgb(19,48,113); }

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

border-color css

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

 span { border-color: rgb(19,48,113); }

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