Html Css Color HEX #133B53 Regal Blue

📋 copy color: '#133B53'

red 19 ◦ green 59 ◦ blue 83

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

Shades of Regal Blue #133B53

Tints of Regal Blue #133B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.65%

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

R = 11.8%
G = 36.65%
B = 51.55%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133B53 (or 0x133B53) is known color: Regal Blue. HEX triplet: 13, 3B and 53. RGB value is (19,59,83). Sum of RGB (Red+Green+Blue) = 19+59+83=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #133B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B53 is #ECC4AC. Grayscale: #313131. Windows color (decimal): -15516845 or 5454611. OLE color: 5454611.

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

Color convert

RGB 19 59 83 -
CMYK 0.77 0.29 0 0.67
HSL 202.5º 0.63% 0.2% -
HSV(B) 202.5º 0.77% 0.33% -
XYZ 3.39 3.89 8.76 -
YUV 49.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 19 59 83 0.77 0.29 0 0.67 202.5 0.63 0.2
Hex 13 3B 53 4D 1D 0 43 CA 3F 14
Octal 23 73 123 115 35 0 103 312 77 24
Binary 10011 111011 1010011 1001101 11101 0 1000011 11001010 111111 10100

Color Harmonies of #133B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B53

Black with #133B53

Text Example


Text Example

White with #133B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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