Html Css Color HEX #133557 Regal Blue

📋 copy color: '#133557'

red 19 ◦ green 53 ◦ blue 87

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

Shades of Regal Blue #133557

Tints of Regal Blue #133557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.72%

R = 11.95%
G = 33.33%
B = 54.72%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133557 (or 0x133557) is known color: Regal Blue. HEX triplet: 13, 35 and 57. RGB value is (19,53,87). Sum of RGB (Red+Green+Blue) = 19+53+87=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #133557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133557 is #ECCAA8. Grayscale: #2E2E2E. Windows color (decimal): -15518377 or 5715219. OLE color: 5715219.

HSL color Cylindrical-coordinate representation of color #133557: hue angle of 210º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133557 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 53 87 -
CMYK 0.78 0.39 0 0.66
HSL 210º 0.64% 0.21% -
HSV(B) 210º 0.78% 0.34% -
XYZ 3.26 3.37 9.5 -
YUV 46.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 19 53 87 0.78 0.39 0 0.66 210 0.64 0.21
Hex 13 35 57 4E 27 0 42 D2 40 15
Octal 23 65 127 116 47 0 102 322 100 25
Binary 10011 110101 1010111 1001110 100111 0 1000010 11010010 1000000 10101

Color Harmonies of #133557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133557

Black with #133557

Text Example


Text Example

White with #133557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133557; }

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

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

background-color css

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

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

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

border-color css

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

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

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