Html Css Color HEX #133954 Regal Blue

📋 copy color: '#133954'

red 19 ◦ green 57 ◦ blue 84

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

Shades of Regal Blue #133954

Tints of Regal Blue #133954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

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

R = 11.88%
G = 35.63%
B = 52.5%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133954 (or 0x133954) is known color: Regal Blue. HEX triplet: 13, 39 and 54. RGB value is (19,57,84). Sum of RGB (Red+Green+Blue) = 19+57+84=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #133954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133954 is #ECC6AB. Grayscale: #303030. Windows color (decimal): -15517356 or 5519635. OLE color: 5519635.

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

Color convert

RGB 19 57 84 -
CMYK 0.77 0.32 0 0.67
HSL 204.92º 0.63% 0.2% -
HSV(B) 204.92º 0.77% 0.33% -
XYZ 3.33 3.7 8.93 -
YUV 48.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 19 57 84 0.77 0.32 0 0.67 204.92 0.63 0.2
Hex 13 39 54 4D 20 0 43 CD 3F 14
Octal 23 71 124 115 40 0 103 315 77 24
Binary 10011 111001 1010100 1001101 100000 0 1000011 11001101 111111 10100

Color Harmonies of #133954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133954

Black with #133954

Text Example


Text Example

White with #133954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133954; }

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

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

background-color css

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

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

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

border-color css

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

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

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