Html Css Color HEX #133653 Regal Blue

📋 copy color: '#133653'

red 19 ◦ green 54 ◦ blue 83

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

Shades of Regal Blue #133653

Tints of Regal Blue #133653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

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

R = 12.18%
G = 34.62%
B = 53.21%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133653 (or 0x133653) is known color: Regal Blue. HEX triplet: 13, 36 and 53. RGB value is (19,54,83). Sum of RGB (Red+Green+Blue) = 19+54+83=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #133653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133653 is #ECC9AC. Grayscale: #2E2E2E. Windows color (decimal): -15518125 or 5453331. OLE color: 5453331.

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

Color convert

RGB 19 54 83 -
CMYK 0.77 0.35 0 0.67
HSL 207.19º 0.63% 0.2% -
HSV(B) 207.19º 0.77% 0.33% -
XYZ 3.15 3.4 8.67 -
YUV 46.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 19 54 83 0.77 0.35 0 0.67 207.19 0.63 0.2
Hex 13 36 53 4D 23 0 43 CF 3F 14
Octal 23 66 123 115 43 0 103 317 77 24
Binary 10011 110110 1010011 1001101 100011 0 1000011 11001111 111111 10100

Color Harmonies of #133653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133653

Black with #133653

Text Example


Text Example

White with #133653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133653; }

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

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

background-color css

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

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

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

border-color css

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

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

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