Html Css Color HEX #133655 Regal Blue

📋 copy color: '#133655'

red 19 ◦ green 54 ◦ blue 85

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

Shades of Regal Blue #133655

Tints of Regal Blue #133655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.8%

R = 12.03%
G = 34.18%
B = 53.8%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133655 (or 0x133655) is known color: Regal Blue. HEX triplet: 13, 36 and 55. RGB value is (19,54,85). Sum of RGB (Red+Green+Blue) = 19+54+85=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #133655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133655 is #ECC9AA. Grayscale: #2E2E2E. Windows color (decimal): -15518123 or 5584403. OLE color: 5584403.

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

Color convert

RGB 19 54 85 -
CMYK 0.78 0.36 0 0.67
HSL 208.18º 0.63% 0.2% -
HSV(B) 208.18º 0.78% 0.33% -
XYZ 3.23 3.43 9.09 -
YUV 47.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 19 54 85 0.78 0.36 0 0.67 208.18 0.63 0.2
Hex 13 36 55 4E 24 0 43 D0 3F 14
Octal 23 66 125 116 44 0 103 320 77 24
Binary 10011 110110 1010101 1001110 100100 0 1000011 11010000 111111 10100

Color Harmonies of #133655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133655

Black with #133655

Text Example


Text Example

White with #133655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133655; }

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

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

background-color css

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

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

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

border-color css

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

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

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