Html Css Color HEX #133A51 Regal Blue

📋 copy color: '#133A51'

red 19 ◦ green 58 ◦ blue 81

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

Shades of Regal Blue #133A51

Tints of Regal Blue #133A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.71%

 BLUE value IS 81 (32.03% from 255) = 51.27%

R = 12.03%
G = 36.71%
B = 51.27%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133A51 (or 0x133A51) is known color: Regal Blue. HEX triplet: 13, 3A and 51. RGB value is (19,58,81). Sum of RGB (Red+Green+Blue) = 19+58+81=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #133A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A51 is #ECC5AE. Grayscale: #303030. Windows color (decimal): -15517103 or 5323283. OLE color: 5323283.

HSL color Cylindrical-coordinate representation of color #133A51: hue angle of 202.26º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133A51 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 58 81 -
CMYK 0.77 0.28 0 0.68
HSL 202.26º 0.62% 0.2% -
HSV(B) 202.26º 0.77% 0.32% -
XYZ 3.27 3.76 8.34 -
YUV 48.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 19 58 81 0.77 0.28 0 0.68 202.26 0.62 0.2
Hex 13 3A 51 4D 1C 0 44 CA 3E 14
Octal 23 72 121 115 34 0 104 312 76 24
Binary 10011 111010 1010001 1001101 11100 0 1000100 11001010 111110 10100

Color Harmonies of #133A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A51

Black with #133A51

Text Example


Text Example

White with #133A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,81); }

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

background-color css

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

 a { background-color: rgb(19,58,81); }

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

border-color css

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

 span { border-color: rgb(19,58,81); }

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