Html Css Color HEX #133158 Regal Blue

📋 copy color: '#133158'

red 19 ◦ green 49 ◦ blue 88

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

Shades of Regal Blue #133158

Tints of Regal Blue #133158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 56.41%

R = 12.18%
G = 31.41%
B = 56.41%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133158 (or 0x133158) is known color: Regal Blue. HEX triplet: 13, 31 and 58. RGB value is (19,49,88). Sum of RGB (Red+Green+Blue) = 19+49+88=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #133158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133158 is #ECCEA7. Grayscale: #2C2C2C. Windows color (decimal): -15519400 or 5779731. OLE color: 5779731.

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

Color convert

RGB 19 49 88 -
CMYK 0.78 0.44 0 0.65
HSL 213.91º 0.64% 0.21% -
HSV(B) 213.91º 0.78% 0.35% -
XYZ 3.13 3.04 9.65 -
YUV 44.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 19 49 88 0.78 0.44 0 0.65 213.91 0.64 0.21
Hex 13 31 58 4E 2C 0 41 D6 40 15
Octal 23 61 130 116 54 0 101 326 100 25
Binary 10011 110001 1011000 1001110 101100 0 1000001 11010110 1000000 10101

Color Harmonies of #133158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133158

Black with #133158

Text Example


Text Example

White with #133158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133158; }

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

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

background-color css

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

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

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

border-color css

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

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

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