Html Css Color HEX #133558 Regal Blue

📋 copy color: '#133558'

red 19 ◦ green 53 ◦ blue 88

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

Shades of Regal Blue #133558

Tints of Regal Blue #133558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

 BLUE value IS 88 (34.77% from 255) = 55%

R = 11.88%
G = 33.13%
B = 55%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133558 (or 0x133558) is known color: Regal Blue. HEX triplet: 13, 35 and 58. RGB value is (19,53,88). Sum of RGB (Red+Green+Blue) = 19+53+88=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #133558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133558 is #ECCAA7. Grayscale: #2E2E2E. Windows color (decimal): -15518376 or 5780755. OLE color: 5780755.

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

Color convert

RGB 19 53 88 -
CMYK 0.78 0.40 0 0.65
HSL 210.43º 0.64% 0.21% -
HSV(B) 210.43º 0.78% 0.35% -
XYZ 3.3 3.39 9.71 -
YUV 46.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 19 53 88 0.78 0.40 0 0.65 210.43 0.64 0.21
Hex 13 35 58 4E 28 0 41 D2 40 15
Octal 23 65 130 116 50 0 101 322 100 25
Binary 10011 110101 1011000 1001110 101000 0 1000001 11010010 1000000 10101

Color Harmonies of #133558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133558

Black with #133558

Text Example


Text Example

White with #133558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133558; }

 p { color: rgb(19,53,88); }

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

background-color css

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

 a { background-color: rgb(19,53,88); }

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

border-color css

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

 span { border-color: rgb(19,53,88); }

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