Html Css Color HEX #133159 Regal Blue

📋 copy color: '#133159'

red 19 ◦ green 49 ◦ blue 89

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

Shades of Regal Blue #133159

Tints of Regal Blue #133159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.21%

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 12.1%
G = 31.21%
B = 56.69%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133159 (or 0x133159) is known color: Regal Blue. HEX triplet: 13, 31 and 59. RGB value is (19,49,89). Sum of RGB (Red+Green+Blue) = 19+49+89=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #133159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133159 is #ECCEA6. Grayscale: #2C2C2C. Windows color (decimal): -15519399 or 5845267. OLE color: 5845267.

HSL color Cylindrical-coordinate representation of color #133159: hue angle of 214.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133159 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 49 89 -
CMYK 0.79 0.45 0 0.65
HSL 214.29º 0.65% 0.21% -
HSV(B) 214.29º 0.79% 0.35% -
XYZ 3.17 3.06 9.87 -
YUV 44.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 19 49 89 0.79 0.45 0 0.65 214.29 0.65 0.21
Hex 13 31 59 4F 2D 0 41 D6 41 15
Octal 23 61 131 117 55 0 101 326 101 25
Binary 10011 110001 1011001 1001111 101101 0 1000001 11010110 1000001 10101

Color Harmonies of #133159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133159

Black with #133159

Text Example


Text Example

White with #133159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133159; }

 p { color: rgb(19,49,89); }

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

background-color css

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

 a { background-color: rgb(19,49,89); }

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

border-color css

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

 span { border-color: rgb(19,49,89); }

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