Html Css Color HEX #133761 Regal Blue

📋 copy color: '#133761'

red 19 ◦ green 55 ◦ blue 97

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

Shades of Regal Blue #133761

Tints of Regal Blue #133761

RGB

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

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

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

R = 11.11%
G = 32.16%
B = 56.73%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133761 (or 0x133761) is known color: Regal Blue. HEX triplet: 13, 37 and 61. RGB value is (19,55,97). Sum of RGB (Red+Green+Blue) = 19+55+97=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #133761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133761 is #ECC89E. Grayscale: #303030. Windows color (decimal): -15517855 or 6371091. OLE color: 6371091.

HSL color Cylindrical-coordinate representation of color #133761: hue angle of 212.31º 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 #133761 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 55 97 -
CMYK 0.80 0.43 0 0.62
HSL 212.31º 0.67% 0.23% -
HSV(B) 212.31º 0.8% 0.38% -
XYZ 3.79 3.73 11.83 -
YUV 49.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 19 55 97 0.80 0.43 0 0.62 212.31 0.67 0.23
Hex 13 37 61 50 2B 0 3E D4 43 17
Octal 23 67 141 120 53 0 76 324 103 27
Binary 10011 110111 1100001 1010000 101011 0 111110 11010100 1000011 10111

Color Harmonies of #133761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133761

Black with #133761

Text Example


Text Example

White with #133761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133761; }

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

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

background-color css

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

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

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

border-color css

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

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

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