Html Css Color HEX #133560 Regal Blue

📋 copy color: '#133560'

red 19 ◦ green 53 ◦ blue 96

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

Shades of Regal Blue #133560

Tints of Regal Blue #133560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 57.14%

R = 11.31%
G = 31.55%
B = 57.14%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133560 (or 0x133560) is known color: Regal Blue. HEX triplet: 13, 35 and 60. RGB value is (19,53,96). Sum of RGB (Red+Green+Blue) = 19+53+96=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #133560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133560 is #ECCA9F. Grayscale: #2F2F2F. Windows color (decimal): -15518368 or 6305043. OLE color: 6305043.

HSL color Cylindrical-coordinate representation of color #133560: hue angle of 213.51º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133560 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 53 96 -
CMYK 0.80 0.45 0 0.62
HSL 213.51º 0.67% 0.23% -
HSV(B) 213.51º 0.8% 0.38% -
XYZ 3.65 3.53 11.56 -
YUV 47.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 19 53 96 0.80 0.45 0 0.62 213.51 0.67 0.23
Hex 13 35 60 50 2D 0 3E D6 43 17
Octal 23 65 140 120 55 0 76 326 103 27
Binary 10011 110101 1100000 1010000 101101 0 111110 11010110 1000011 10111

Color Harmonies of #133560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133560

Black with #133560

Text Example


Text Example

White with #133560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133560; }

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

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

background-color css

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

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

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

border-color css

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

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

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