Html Css Color HEX #133154 Regal Blue

📋 copy color: '#133154'

red 19 ◦ green 49 ◦ blue 84

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

Shades of Regal Blue #133154

Tints of Regal Blue #133154

RGB

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

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

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

R = 12.5%
G = 32.24%
B = 55.26%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133154 (or 0x133154) is known color: Regal Blue. HEX triplet: 13, 31 and 54. RGB value is (19,49,84). Sum of RGB (Red+Green+Blue) = 19+49+84=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #133154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133154 is #ECCEAB. Grayscale: #2B2B2B. Windows color (decimal): -15519404 or 5517587. OLE color: 5517587.

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

Color convert

RGB 19 49 84 -
CMYK 0.77 0.42 0 0.67
HSL 212.31º 0.63% 0.2% -
HSV(B) 212.31º 0.77% 0.33% -
XYZ 2.97 2.98 8.81 -
YUV 44.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 19 49 84 0.77 0.42 0 0.67 212.31 0.63 0.2
Hex 13 31 54 4D 2A 0 43 D4 3F 14
Octal 23 61 124 115 52 0 103 324 77 24
Binary 10011 110001 1010100 1001101 101010 0 1000011 11010100 111111 10100

Color Harmonies of #133154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133154

Black with #133154

Text Example


Text Example

White with #133154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133154; }

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

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

background-color css

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

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

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

border-color css

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

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

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