Html Css Color HEX #133555 Regal Blue

📋 copy color: '#133555'

red 19 ◦ green 53 ◦ blue 85

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

Shades of Regal Blue #133555

Tints of Regal Blue #133555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 54.14%

R = 12.1%
G = 33.76%
B = 54.14%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133555 (or 0x133555) is known color: Regal Blue. HEX triplet: 13, 35 and 55. RGB value is (19,53,85). Sum of RGB (Red+Green+Blue) = 19+53+85=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #133555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133555 is #ECCAAA. Grayscale: #2E2E2E. Windows color (decimal): -15518379 or 5584147. OLE color: 5584147.

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

Color convert

RGB 19 53 85 -
CMYK 0.78 0.38 0 0.67
HSL 209.09º 0.63% 0.2% -
HSV(B) 209.09º 0.78% 0.33% -
XYZ 3.18 3.34 9.07 -
YUV 46.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 19 53 85 0.78 0.38 0 0.67 209.09 0.63 0.2
Hex 13 35 55 4E 26 0 43 D1 3F 14
Octal 23 65 125 116 46 0 103 321 77 24
Binary 10011 110101 1010101 1001110 100110 0 1000011 11010001 111111 10100

Color Harmonies of #133555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133555

Black with #133555

Text Example


Text Example

White with #133555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133555; }

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

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

background-color css

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

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

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

border-color css

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

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

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