Html Css Color HEX #133E61 Regal Blue

📋 copy color: '#133E61'

red 19 ◦ green 62 ◦ blue 97

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

Shades of Regal Blue #133E61

Tints of Regal Blue #133E61

RGB

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

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

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

R = 10.67%
G = 34.83%
B = 54.49%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133E61 (or 0x133E61) is known color: Regal Blue. HEX triplet: 13, 3E and 61. RGB value is (19,62,97). Sum of RGB (Red+Green+Blue) = 19+62+97=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #133E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E61 is #ECC19E. Grayscale: #343434. Windows color (decimal): -15516063 or 6372883. OLE color: 6372883.

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

Color convert

RGB 19 62 97 -
CMYK 0.80 0.36 0 0.62
HSL 206.92º 0.67% 0.23% -
HSV(B) 206.92º 0.8% 0.38% -
XYZ 4.15 4.45 11.95 -
YUV 53.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 19 62 97 0.80 0.36 0 0.62 206.92 0.67 0.23
Hex 13 3E 61 50 24 0 3E CF 43 17
Octal 23 76 141 120 44 0 76 317 103 27
Binary 10011 111110 1100001 1010000 100100 0 111110 11001111 1000011 10111

Color Harmonies of #133E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E61

Black with #133E61

Text Example


Text Example

White with #133E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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