Html Css Color HEX #133452 Regal Blue

📋 copy color: '#133452'

red 19 ◦ green 52 ◦ blue 82

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

Shades of Regal Blue #133452

Tints of Regal Blue #133452

RGB

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

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

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

R = 12.42%
G = 33.99%
B = 53.59%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133452 (or 0x133452) is known color: Regal Blue. HEX triplet: 13, 34 and 52. RGB value is (19,52,82). Sum of RGB (Red+Green+Blue) = 19+52+82=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #133452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133452 is #ECCBAD. Grayscale: #2D2D2D. Windows color (decimal): -15518638 or 5387283. OLE color: 5387283.

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

Color convert

RGB 19 52 82 -
CMYK 0.77 0.37 0 0.68
HSL 208.57º 0.62% 0.2% -
HSV(B) 208.57º 0.77% 0.32% -
XYZ 3.02 3.2 8.44 -
YUV 45.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 19 52 82 0.77 0.37 0 0.68 208.57 0.62 0.2
Hex 13 34 52 4D 25 0 44 D1 3E 14
Octal 23 64 122 115 45 0 104 321 76 24
Binary 10011 110100 1010010 1001101 100101 0 1000100 11010001 111110 10100

Color Harmonies of #133452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133452

Black with #133452

Text Example


Text Example

White with #133452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133452; }

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

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

background-color css

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

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

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

border-color css

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

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

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