Html Css Color HEX #133056 Regal Blue

📋 copy color: '#133056'

red 19 ◦ green 48 ◦ blue 86

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

Shades of Regal Blue #133056

Tints of Regal Blue #133056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 56.21%

R = 12.42%
G = 31.37%
B = 56.21%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133056 (or 0x133056) is known color: Regal Blue. HEX triplet: 13, 30 and 56. RGB value is (19,48,86). Sum of RGB (Red+Green+Blue) = 19+48+86=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #133056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133056 is #ECCFA9. Grayscale: #2B2B2B. Windows color (decimal): -15519658 or 5648403. OLE color: 5648403.

HSL color Cylindrical-coordinate representation of color #133056: hue angle of 214.03º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133056 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 48 86 -
CMYK 0.78 0.44 0 0.66
HSL 214.03º 0.64% 0.21% -
HSV(B) 214.03º 0.78% 0.34% -
XYZ 3.01 2.92 9.21 -
YUV 43.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 19 48 86 0.78 0.44 0 0.66 214.03 0.64 0.21
Hex 13 30 56 4E 2C 0 42 D6 40 15
Octal 23 60 126 116 54 0 102 326 100 25
Binary 10011 110000 1010110 1001110 101100 0 1000010 11010110 1000000 10101

Color Harmonies of #133056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133056

Black with #133056

Text Example


Text Example

White with #133056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133056; }

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

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

background-color css

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

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

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

border-color css

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

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

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