Html Css Color HEX #133D54 Regal Blue

📋 copy color: '#133D54'

red 19 ◦ green 61 ◦ blue 84

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

Shades of Regal Blue #133D54

Tints of Regal Blue #133D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.2%

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

R = 11.59%
G = 37.2%
B = 51.22%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133D54 (or 0x133D54) is known color: Regal Blue. HEX triplet: 13, 3D and 54. RGB value is (19,61,84). Sum of RGB (Red+Green+Blue) = 19+61+84=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #133D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D54 is #ECC2AB. Grayscale: #323232. Windows color (decimal): -15516332 or 5520659. OLE color: 5520659.

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

Color convert

RGB 19 61 84 -
CMYK 0.77 0.27 0 0.67
HSL 201.23º 0.63% 0.2% -
HSV(B) 201.23º 0.77% 0.33% -
XYZ 3.54 4.12 9 -
YUV 51.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 19 61 84 0.77 0.27 0 0.67 201.23 0.63 0.2
Hex 13 3D 54 4D 1B 0 43 C9 3F 14
Octal 23 75 124 115 33 0 103 311 77 24
Binary 10011 111101 1010100 1001101 11011 0 1000011 11001001 111111 10100

Color Harmonies of #133D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D54

Black with #133D54

Text Example


Text Example

White with #133D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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