Html Css Color HEX #133656 Regal Blue

📋 copy color: '#133656'

red 19 ◦ green 54 ◦ blue 86

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

Shades of Regal Blue #133656

Tints of Regal Blue #133656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.96%

 BLUE value IS 86 (33.98% from 255) = 54.09%

R = 11.95%
G = 33.96%
B = 54.09%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133656 (or 0x133656) is known color: Regal Blue. HEX triplet: 13, 36 and 56. RGB value is (19,54,86). Sum of RGB (Red+Green+Blue) = 19+54+86=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #133656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133656 is #ECC9A9. Grayscale: #2F2F2F. Windows color (decimal): -15518122 or 5649939. OLE color: 5649939.

HSL color Cylindrical-coordinate representation of color #133656: hue angle of 208.66º 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 #133656 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 54 86 -
CMYK 0.78 0.37 0 0.66
HSL 208.66º 0.64% 0.21% -
HSV(B) 208.66º 0.78% 0.34% -
XYZ 3.27 3.45 9.3 -
YUV 47.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 19 54 86 0.78 0.37 0 0.66 208.66 0.64 0.21
Hex 13 36 56 4E 25 0 42 D1 40 15
Octal 23 66 126 116 45 0 102 321 100 25
Binary 10011 110110 1010110 1001110 100101 0 1000010 11010001 1000000 10101

Color Harmonies of #133656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133656

Black with #133656

Text Example


Text Example

White with #133656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133656; }

 p { color: rgb(19,54,86); }

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

background-color css

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

 a { background-color: rgb(19,54,86); }

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

border-color css

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

 span { border-color: rgb(19,54,86); }

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