Html Css Color HEX #133754 Regal Blue

📋 copy color: '#133754'

red 19 ◦ green 55 ◦ blue 84

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

Shades of Regal Blue #133754

Tints of Regal Blue #133754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.16%

R = 12.03%
G = 34.81%
B = 53.16%

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

#133754 (or 0x133754) is known color: Regal Blue. HEX triplet: 13, 37 and 54. RGB value is (19,55,84). Sum of RGB (Red+Green+Blue) = 19+55+84=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #133754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133754 is #ECC8AB. Grayscale: #2F2F2F. Windows color (decimal): -15517868 or 5519123. OLE color: 5519123.

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

Color convert

RGB 19 55 84 -
CMYK 0.77 0.35 0 0.67
HSL 206.77º 0.63% 0.2% -
HSV(B) 206.77º 0.77% 0.33% -
XYZ 3.23 3.51 8.89 -
YUV 47.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 19 55 84 0.77 0.35 0 0.67 206.77 0.63 0.2
Hex 13 37 54 4D 23 0 43 CF 3F 14
Octal 23 67 124 115 43 0 103 317 77 24
Binary 10011 110111 1010100 1001101 100011 0 1000011 11001111 111111 10100

Color Harmonies of #133754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133754

Black with #133754

Text Example


Text Example

White with #133754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133754; }

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

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

background-color css

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

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

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

border-color css

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

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

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