Html Css Color HEX #133052 Regal Blue

📋 copy color: '#133052'

red 19 ◦ green 48 ◦ blue 82

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

Shades of Regal Blue #133052

Tints of Regal Blue #133052

RGB

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

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

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

R = 12.75%
G = 32.21%
B = 55.03%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133052 (or 0x133052) is known color: Regal Blue. HEX triplet: 13, 30 and 52. RGB value is (19,48,82). Sum of RGB (Red+Green+Blue) = 19+48+82=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #133052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133052 is #ECCFAD. Grayscale: #2B2B2B. Windows color (decimal): -15519662 or 5386259. OLE color: 5386259.

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

Color convert

RGB 19 48 82 -
CMYK 0.77 0.41 0 0.68
HSL 212.38º 0.62% 0.2% -
HSV(B) 212.38º 0.77% 0.32% -
XYZ 2.85 2.86 8.38 -
YUV 43.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 19 48 82 0.77 0.41 0 0.68 212.38 0.62 0.2
Hex 13 30 52 4D 29 0 44 D4 3E 14
Octal 23 60 122 115 51 0 104 324 76 24
Binary 10011 110000 1010010 1001101 101001 0 1000100 11010100 111110 10100

Color Harmonies of #133052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133052

Black with #133052

Text Example


Text Example

White with #133052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133052; }

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

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

background-color css

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

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

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

border-color css

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

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

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