Html Css Color HEX #133756 Regal Blue

📋 copy color: '#133756'

red 19 ◦ green 55 ◦ blue 86

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

Shades of Regal Blue #133756

Tints of Regal Blue #133756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

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

R = 11.88%
G = 34.38%
B = 53.75%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133756 (or 0x133756) is known color: Regal Blue. HEX triplet: 13, 37 and 56. RGB value is (19,55,86). Sum of RGB (Red+Green+Blue) = 19+55+86=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #133756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133756 is #ECC8A9. Grayscale: #2F2F2F. Windows color (decimal): -15517866 or 5650195. OLE color: 5650195.

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

Color convert

RGB 19 55 86 -
CMYK 0.78 0.36 0 0.66
HSL 207.76º 0.64% 0.21% -
HSV(B) 207.76º 0.78% 0.34% -
XYZ 3.31 3.54 9.31 -
YUV 47.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 19 55 86 0.78 0.36 0 0.66 207.76 0.64 0.21
Hex 13 37 56 4E 24 0 42 D0 40 15
Octal 23 67 126 116 44 0 102 320 100 25
Binary 10011 110111 1010110 1001110 100100 0 1000010 11010000 1000000 10101

Color Harmonies of #133756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133756

Black with #133756

Text Example


Text Example

White with #133756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133756; }

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

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

background-color css

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

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

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

border-color css

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

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

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