Html Css Color HEX #133051 Regal Blue

📋 copy color: '#133051'

red 19 ◦ green 48 ◦ blue 81

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

Shades of Regal Blue #133051

Tints of Regal Blue #133051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.43%

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

R = 12.84%
G = 32.43%
B = 54.73%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133051 (or 0x133051) is known color: Regal Blue. HEX triplet: 13, 30 and 51. RGB value is (19,48,81). Sum of RGB (Red+Green+Blue) = 19+48+81=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #133051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133051 is #ECCFAE. Grayscale: #2A2A2A. Windows color (decimal): -15519663 or 5320723. OLE color: 5320723.

HSL color Cylindrical-coordinate representation of color #133051: hue angle of 211.94º 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 #133051 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 48 81 -
CMYK 0.77 0.41 0 0.68
HSL 211.94º 0.62% 0.2% -
HSV(B) 211.94º 0.77% 0.32% -
XYZ 2.81 2.85 8.19 -
YUV 43.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 19 48 81 0.77 0.41 0 0.68 211.94 0.62 0.2
Hex 13 30 51 4D 29 0 44 D4 3E 14
Octal 23 60 121 115 51 0 104 324 76 24
Binary 10011 110000 1010001 1001101 101001 0 1000100 11010100 111110 10100

Color Harmonies of #133051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133051

Black with #133051

Text Example


Text Example

White with #133051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133051; }

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

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

background-color css

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

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

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

border-color css

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

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

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