Html Css Color HEX #133657 Regal Blue

📋 copy color: '#133657'

red 19 ◦ green 54 ◦ blue 87

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

Shades of Regal Blue #133657

Tints of Regal Blue #133657

RGB

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

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

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

R = 11.88%
G = 33.75%
B = 54.38%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133657 (or 0x133657) is known color: Regal Blue. HEX triplet: 13, 36 and 57. RGB value is (19,54,87). Sum of RGB (Red+Green+Blue) = 19+54+87=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #133657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133657 is #ECC9A8. Grayscale: #2F2F2F. Windows color (decimal): -15518121 or 5715475. OLE color: 5715475.

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

Color convert

RGB 19 54 87 -
CMYK 0.78 0.38 0 0.66
HSL 209.12º 0.64% 0.21% -
HSV(B) 209.12º 0.78% 0.34% -
XYZ 3.31 3.46 9.51 -
YUV 47.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 19 54 87 0.78 0.38 0 0.66 209.12 0.64 0.21
Hex 13 36 57 4E 26 0 42 D1 40 15
Octal 23 66 127 116 46 0 102 321 100 25
Binary 10011 110110 1010111 1001110 100110 0 1000010 11010001 1000000 10101

Color Harmonies of #133657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133657

Black with #133657

Text Example


Text Example

White with #133657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133657; }

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

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

background-color css

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

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

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

border-color css

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

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

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