Html Css Color HEX #133251 Regal Blue

📋 copy color: '#133251'

red 19 ◦ green 50 ◦ blue 81

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

Shades of Regal Blue #133251

Tints of Regal Blue #133251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.33%

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

R = 12.67%
G = 33.33%
B = 54%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133251 (or 0x133251) is known color: Regal Blue. HEX triplet: 13, 32 and 51. RGB value is (19,50,81). Sum of RGB (Red+Green+Blue) = 19+50+81=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #133251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133251 is #ECCDAE. Grayscale: #2C2C2C. Windows color (decimal): -15519151 or 5321235. OLE color: 5321235.

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

Color convert

RGB 19 50 81 -
CMYK 0.77 0.38 0 0.68
HSL 210º 0.62% 0.2% -
HSV(B) 210º 0.77% 0.32% -
XYZ 2.89 3.01 8.21 -
YUV 44.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 19 50 81 0.77 0.38 0 0.68 210 0.62 0.2
Hex 13 32 51 4D 26 0 44 D2 3E 14
Octal 23 62 121 115 46 0 104 322 76 24
Binary 10011 110010 1010001 1001101 100110 0 1000100 11010010 111110 10100

Color Harmonies of #133251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133251

Black with #133251

Text Example


Text Example

White with #133251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133251; }

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

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

background-color css

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

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

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

border-color css

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

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

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