Html Css Color HEX #133757 Regal Blue

📋 copy color: '#133757'

red 19 ◦ green 55 ◦ blue 87

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

Shades of Regal Blue #133757

Tints of Regal Blue #133757

RGB

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

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

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

R = 11.8%
G = 34.16%
B = 54.04%

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

#133757 (or 0x133757) is known color: Regal Blue. HEX triplet: 13, 37 and 57. RGB value is (19,55,87). Sum of RGB (Red+Green+Blue) = 19+55+87=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #133757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133757 is #ECC8A8. Grayscale: #2F2F2F. Windows color (decimal): -15517865 or 5715731. OLE color: 5715731.

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

Color convert

RGB 19 55 87 -
CMYK 0.78 0.37 0 0.66
HSL 208.24º 0.64% 0.21% -
HSV(B) 208.24º 0.78% 0.34% -
XYZ 3.36 3.56 9.53 -
YUV 47.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 19 55 87 0.78 0.37 0 0.66 208.24 0.64 0.21
Hex 13 37 57 4E 25 0 42 D0 40 15
Octal 23 67 127 116 45 0 102 320 100 25
Binary 10011 110111 1010111 1001110 100101 0 1000010 11010000 1000000 10101

Color Harmonies of #133757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133757

Black with #133757

Text Example


Text Example

White with #133757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133757; }

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

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

background-color css

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

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

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

border-color css

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

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

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