Html Css Color HEX #133153 Regal Blue

📋 copy color: '#133153'

red 19 ◦ green 49 ◦ blue 83

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

Shades of Regal Blue #133153

Tints of Regal Blue #133153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.45%

 BLUE value IS 83 (32.81% from 255) = 54.97%

R = 12.58%
G = 32.45%
B = 54.97%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133153 (or 0x133153) is known color: Regal Blue. HEX triplet: 13, 31 and 53. RGB value is (19,49,83). Sum of RGB (Red+Green+Blue) = 19+49+83=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #133153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133153 is #ECCEAC. Grayscale: #2B2B2B. Windows color (decimal): -15519405 or 5452051. OLE color: 5452051.

HSL color Cylindrical-coordinate representation of color #133153: hue angle of 211.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133153 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 49 83 -
CMYK 0.77 0.41 0 0.67
HSL 211.88º 0.63% 0.2% -
HSV(B) 211.88º 0.77% 0.33% -
XYZ 2.93 2.96 8.6 -
YUV 43.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 19 49 83 0.77 0.41 0 0.67 211.88 0.63 0.2
Hex 13 31 53 4D 29 0 43 D4 3F 14
Octal 23 61 123 115 51 0 103 324 77 24
Binary 10011 110001 1010011 1001101 101001 0 1000011 11010100 111111 10100

Color Harmonies of #133153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133153

Black with #133153

Text Example


Text Example

White with #133153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133153; }

 p { color: rgb(19,49,83); }

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

background-color css

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

 a { background-color: rgb(19,49,83); }

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

border-color css

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

 span { border-color: rgb(19,49,83); }

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