Html Css Color HEX #133454 Regal Blue

📋 copy color: '#133454'

red 19 ◦ green 52 ◦ blue 84

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

Shades of Regal Blue #133454

Tints of Regal Blue #133454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 12.26%
G = 33.55%
B = 54.19%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133454 (or 0x133454) is known color: Regal Blue. HEX triplet: 13, 34 and 54. RGB value is (19,52,84). Sum of RGB (Red+Green+Blue) = 19+52+84=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #133454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133454 is #ECCBAB. Grayscale: #2D2D2D. Windows color (decimal): -15518636 or 5518355. OLE color: 5518355.

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

Color convert

RGB 19 52 84 -
CMYK 0.77 0.38 0 0.67
HSL 209.54º 0.63% 0.2% -
HSV(B) 209.54º 0.77% 0.33% -
XYZ 3.1 3.23 8.85 -
YUV 45.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 19 52 84 0.77 0.38 0 0.67 209.54 0.63 0.2
Hex 13 34 54 4D 26 0 43 D2 3F 14
Octal 23 64 124 115 46 0 103 322 77 24
Binary 10011 110100 1010100 1001101 100110 0 1000011 11010010 111111 10100

Color Harmonies of #133454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133454

Black with #133454

Text Example


Text Example

White with #133454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133454; }

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

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

background-color css

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

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

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

border-color css

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

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

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