Html Css Color HEX #133E56 Regal Blue

📋 copy color: '#133E56'

red 19 ◦ green 62 ◦ blue 86

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

Shades of Regal Blue #133E56

Tints of Regal Blue #133E56

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.13%

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

R = 11.38%
G = 37.13%
B = 51.5%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133E56 (or 0x133E56) is known color: Regal Blue. HEX triplet: 13, 3E and 56. RGB value is (19,62,86). Sum of RGB (Red+Green+Blue) = 19+62+86=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #133E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E56 is #ECC1A9. Grayscale: #333333. Windows color (decimal): -15516074 or 5651987. OLE color: 5651987.

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

Color convert

RGB 19 62 86 -
CMYK 0.78 0.28 0 0.66
HSL 201.49º 0.64% 0.21% -
HSV(B) 201.49º 0.78% 0.34% -
XYZ 3.67 4.26 9.43 -
YUV 51.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 19 62 86 0.78 0.28 0 0.66 201.49 0.64 0.21
Hex 13 3E 56 4E 1C 0 42 C9 40 15
Octal 23 76 126 116 34 0 102 311 100 25
Binary 10011 111110 1010110 1001110 11100 0 1000010 11001001 1000000 10101

Color Harmonies of #133E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E56

Black with #133E56

Text Example


Text Example

White with #133E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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