Html Css Color HEX #133456 Regal Blue

📋 copy color: '#133456'

red 19 ◦ green 52 ◦ blue 86

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

Shades of Regal Blue #133456

Tints of Regal Blue #133456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

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

R = 12.1%
G = 33.12%
B = 54.78%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133456 (or 0x133456) is known color: Regal Blue. HEX triplet: 13, 34 and 56. RGB value is (19,52,86). Sum of RGB (Red+Green+Blue) = 19+52+86=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #133456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133456 is #ECCBA9. Grayscale: #2D2D2D. Windows color (decimal): -15518634 or 5649427. OLE color: 5649427.

HSL color Cylindrical-coordinate representation of color #133456: hue angle of 210.45º 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 #133456 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 52 86 -
CMYK 0.78 0.40 0 0.66
HSL 210.45º 0.64% 0.21% -
HSV(B) 210.45º 0.78% 0.34% -
XYZ 3.18 3.27 9.27 -
YUV 46.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 19 52 86 0.78 0.40 0 0.66 210.45 0.64 0.21
Hex 13 34 56 4E 28 0 42 D2 40 15
Octal 23 64 126 116 50 0 102 322 100 25
Binary 10011 110100 1010110 1001110 101000 0 1000010 11010010 1000000 10101

Color Harmonies of #133456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133456

Black with #133456

Text Example


Text Example

White with #133456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133456; }

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

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

background-color css

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

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

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

border-color css

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

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

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