Html Css Color HEX #133553 Regal Blue

📋 copy color: '#133553'

red 19 ◦ green 53 ◦ blue 83

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

Shades of Regal Blue #133553

Tints of Regal Blue #133553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 12.26%
G = 34.19%
B = 53.55%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133553 (or 0x133553) is known color: Regal Blue. HEX triplet: 13, 35 and 53. RGB value is (19,53,83). Sum of RGB (Red+Green+Blue) = 19+53+83=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #133553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133553 is #ECCAAC. Grayscale: #2E2E2E. Windows color (decimal): -15518381 or 5453075. OLE color: 5453075.

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

Color convert

RGB 19 53 83 -
CMYK 0.77 0.36 0 0.67
HSL 208.13º 0.63% 0.2% -
HSV(B) 208.13º 0.77% 0.33% -
XYZ 3.1 3.31 8.66 -
YUV 46.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 19 53 83 0.77 0.36 0 0.67 208.13 0.63 0.2
Hex 13 35 53 4D 24 0 43 D0 3F 14
Octal 23 65 123 115 44 0 103 320 77 24
Binary 10011 110101 1010011 1001101 100100 0 1000011 11010000 111111 10100

Color Harmonies of #133553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133553

Black with #133553

Text Example


Text Example

White with #133553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133553; }

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

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

background-color css

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

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

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

border-color css

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

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

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