Html Css Color HEX #133552 Regal Blue

📋 copy color: '#133552'

red 19 ◦ green 53 ◦ blue 82

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

Shades of Regal Blue #133552

Tints of Regal Blue #133552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.25%

R = 12.34%
G = 34.42%
B = 53.25%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133552 (or 0x133552) is known color: Regal Blue. HEX triplet: 13, 35 and 52. RGB value is (19,53,82). Sum of RGB (Red+Green+Blue) = 19+53+82=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #133552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133552 is #ECCAAD. Grayscale: #2D2D2D. Windows color (decimal): -15518382 or 5387539. OLE color: 5387539.

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

Color convert

RGB 19 53 82 -
CMYK 0.77 0.35 0 0.68
HSL 207.62º 0.62% 0.2% -
HSV(B) 207.62º 0.77% 0.32% -
XYZ 3.06 3.29 8.46 -
YUV 46.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 19 53 82 0.77 0.35 0 0.68 207.62 0.62 0.2
Hex 13 35 52 4D 23 0 44 D0 3E 14
Octal 23 65 122 115 43 0 104 320 76 24
Binary 10011 110101 1010010 1001101 100011 0 1000100 11010000 111110 10100

Color Harmonies of #133552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133552

Black with #133552

Text Example


Text Example

White with #133552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133552; }

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

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

background-color css

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

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

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

border-color css

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

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

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