Html Css Color HEX #133556 Regal Blue

📋 copy color: '#133556'

red 19 ◦ green 53 ◦ blue 86

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

Shades of Regal Blue #133556

Tints of Regal Blue #133556

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.54%

 BLUE value IS 86 (33.98% from 255) = 54.43%

R = 12.03%
G = 33.54%
B = 54.43%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133556 (or 0x133556) is known color: Regal Blue. HEX triplet: 13, 35 and 56. RGB value is (19,53,86). Sum of RGB (Red+Green+Blue) = 19+53+86=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #133556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133556 is #ECCAA9. Grayscale: #2E2E2E. Windows color (decimal): -15518378 or 5649683. OLE color: 5649683.

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

Color convert

RGB 19 53 86 -
CMYK 0.78 0.38 0 0.66
HSL 209.55º 0.64% 0.21% -
HSV(B) 209.55º 0.78% 0.34% -
XYZ 3.22 3.36 9.28 -
YUV 46.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 19 53 86 0.78 0.38 0 0.66 209.55 0.64 0.21
Hex 13 35 56 4E 26 0 42 D2 40 15
Octal 23 65 126 116 46 0 102 322 100 25
Binary 10011 110101 1010110 1001110 100110 0 1000010 11010010 1000000 10101

Color Harmonies of #133556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133556

Black with #133556

Text Example


Text Example

White with #133556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133556; }

 p { color: rgb(19,53,86); }

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

background-color css

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

 a { background-color: rgb(19,53,86); }

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

border-color css

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

 span { border-color: rgb(19,53,86); }

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