Html Css Color HEX #133661 Regal Blue

📋 copy color: '#133661'

red 19 ◦ green 54 ◦ blue 97

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

Shades of Regal Blue #133661

Tints of Regal Blue #133661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.06%

R = 11.18%
G = 31.76%
B = 57.06%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133661 (or 0x133661) is known color: Regal Blue. HEX triplet: 13, 36 and 61. RGB value is (19,54,97). Sum of RGB (Red+Green+Blue) = 19+54+97=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #133661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133661 is #ECC99E. Grayscale: #303030. Windows color (decimal): -15518111 or 6370835. OLE color: 6370835.

HSL color Cylindrical-coordinate representation of color #133661: hue angle of 213.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133661 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 54 97 -
CMYK 0.80 0.44 0 0.62
HSL 213.08º 0.67% 0.23% -
HSV(B) 213.08º 0.8% 0.38% -
XYZ 3.75 3.64 11.81 -
YUV 48.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 19 54 97 0.80 0.44 0 0.62 213.08 0.67 0.23
Hex 13 36 61 50 2C 0 3E D5 43 17
Octal 23 66 141 120 54 0 76 325 103 27
Binary 10011 110110 1100001 1010000 101100 0 111110 11010101 1000011 10111

Color Harmonies of #133661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133661

Black with #133661

Text Example


Text Example

White with #133661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133661; }

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

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

background-color css

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

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

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

border-color css

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

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

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