Html Css Color HEX #133759 Regal Blue

📋 copy color: '#133759'

red 19 ◦ green 55 ◦ blue 89

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

Shades of Regal Blue #133759

Tints of Regal Blue #133759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.74%

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

R = 11.66%
G = 33.74%
B = 54.6%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133759 (or 0x133759) is known color: Regal Blue. HEX triplet: 13, 37 and 59. RGB value is (19,55,89). Sum of RGB (Red+Green+Blue) = 19+55+89=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #133759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133759 is #ECC8A6. Grayscale: #2F2F2F. Windows color (decimal): -15517863 or 5846803. OLE color: 5846803.

HSL color Cylindrical-coordinate representation of color #133759: hue angle of 209.14º 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 #133759 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 55 89 -
CMYK 0.79 0.38 0 0.65
HSL 209.14º 0.65% 0.21% -
HSV(B) 209.14º 0.79% 0.35% -
XYZ 3.44 3.59 9.96 -
YUV 48.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 19 55 89 0.79 0.38 0 0.65 209.14 0.65 0.21
Hex 13 37 59 4F 26 0 41 D1 41 15
Octal 23 67 131 117 46 0 101 321 101 25
Binary 10011 110111 1011001 1001111 100110 0 1000001 11010001 1000001 10101

Color Harmonies of #133759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133759

Black with #133759

Text Example


Text Example

White with #133759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133759; }

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

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

background-color css

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

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

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

border-color css

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

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

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