Html Css Color HEX #133053 Regal Blue

📋 copy color: '#133053'

red 19 ◦ green 48 ◦ blue 83

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

Shades of Regal Blue #133053

Tints of Regal Blue #133053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 55.33%

R = 12.67%
G = 32%
B = 55.33%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133053 (or 0x133053) is known color: Regal Blue. HEX triplet: 13, 30 and 53. RGB value is (19,48,83). Sum of RGB (Red+Green+Blue) = 19+48+83=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #133053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133053 is #ECCFAC. Grayscale: #2B2B2B. Windows color (decimal): -15519661 or 5451795. OLE color: 5451795.

HSL color Cylindrical-coordinate representation of color #133053: hue angle of 212.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133053 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 48 83 -
CMYK 0.77 0.42 0 0.67
HSL 212.81º 0.63% 0.2% -
HSV(B) 212.81º 0.77% 0.33% -
XYZ 2.89 2.88 8.59 -
YUV 43.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 19 48 83 0.77 0.42 0 0.67 212.81 0.63 0.2
Hex 13 30 53 4D 2A 0 43 D5 3F 14
Octal 23 60 123 115 52 0 103 325 77 24
Binary 10011 110000 1010011 1001101 101010 0 1000011 11010101 111111 10100

Color Harmonies of #133053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133053

Black with #133053

Text Example


Text Example

White with #133053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133053; }

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

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

background-color css

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

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

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

border-color css

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

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

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