Html Css Color HEX #133753 Regal Blue

📋 copy color: '#133753'

red 19 ◦ green 55 ◦ blue 83

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

Shades of Regal Blue #133753

Tints of Regal Blue #133753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

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

R = 12.1%
G = 35.03%
B = 52.87%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133753 (or 0x133753) is known color: Regal Blue. HEX triplet: 13, 37 and 53. RGB value is (19,55,83). Sum of RGB (Red+Green+Blue) = 19+55+83=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #133753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133753 is #ECC8AC. Grayscale: #2F2F2F. Windows color (decimal): -15517869 or 5453587. OLE color: 5453587.

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

Color convert

RGB 19 55 83 -
CMYK 0.77 0.34 0 0.67
HSL 206.25º 0.63% 0.2% -
HSV(B) 206.25º 0.77% 0.33% -
XYZ 3.2 3.5 8.69 -
YUV 47.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 19 55 83 0.77 0.34 0 0.67 206.25 0.63 0.2
Hex 13 37 53 4D 22 0 43 CE 3F 14
Octal 23 67 123 115 42 0 103 316 77 24
Binary 10011 110111 1010011 1001101 100010 0 1000011 11001110 111111 10100

Color Harmonies of #133753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133753

Black with #133753

Text Example


Text Example

White with #133753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133753; }

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

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

background-color css

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

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

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

border-color css

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

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

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