Html Css Color HEX #133554 Regal Blue

📋 copy color: '#133554'

red 19 ◦ green 53 ◦ blue 84

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

Shades of Regal Blue #133554

Tints of Regal Blue #133554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.85%

R = 12.18%
G = 33.97%
B = 53.85%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133554 (or 0x133554) is known color: Regal Blue. HEX triplet: 13, 35 and 54. RGB value is (19,53,84). Sum of RGB (Red+Green+Blue) = 19+53+84=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #133554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133554 is #ECCAAB. Grayscale: #2E2E2E. Windows color (decimal): -15518380 or 5518611. OLE color: 5518611.

HSL color Cylindrical-coordinate representation of color #133554: hue angle of 208.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133554 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 53 84 -
CMYK 0.77 0.37 0 0.67
HSL 208.62º 0.63% 0.2% -
HSV(B) 208.62º 0.77% 0.33% -
XYZ 3.14 3.32 8.86 -
YUV 46.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 19 53 84 0.77 0.37 0 0.67 208.62 0.63 0.2
Hex 13 35 54 4D 25 0 43 D1 3F 14
Octal 23 65 124 115 45 0 103 321 77 24
Binary 10011 110101 1010100 1001101 100101 0 1000011 11010001 111111 10100

Color Harmonies of #133554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133554

Black with #133554

Text Example


Text Example

White with #133554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133554; }

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

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

background-color css

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

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

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

border-color css

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

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

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