Html Css Color HEX #133551 Regal Blue

📋 copy color: '#133551'

red 19 ◦ green 53 ◦ blue 81

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

Shades of Regal Blue #133551

Tints of Regal Blue #133551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 12.42%
G = 34.64%
B = 52.94%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133551 (or 0x133551) is known color: Regal Blue. HEX triplet: 13, 35 and 51. RGB value is (19,53,81). Sum of RGB (Red+Green+Blue) = 19+53+81=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #133551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133551 is #ECCAAE. Grayscale: #2D2D2D. Windows color (decimal): -15518383 or 5322003. OLE color: 5322003.

HSL color Cylindrical-coordinate representation of color #133551: hue angle of 207.1º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133551 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 53 81 -
CMYK 0.77 0.35 0 0.68
HSL 207.1º 0.62% 0.2% -
HSV(B) 207.1º 0.77% 0.32% -
XYZ 3.03 3.28 8.26 -
YUV 46.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 19 53 81 0.77 0.35 0 0.68 207.1 0.62 0.2
Hex 13 35 51 4D 23 0 44 CF 3E 14
Octal 23 65 121 115 43 0 104 317 76 24
Binary 10011 110101 1010001 1001101 100011 0 1000100 11001111 111110 10100

Color Harmonies of #133551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133551

Black with #133551

Text Example


Text Example

White with #133551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133551; }

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

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

background-color css

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

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

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

border-color css

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

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

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