Html Css Color HEX #133E5D Regal Blue

📋 copy color: '#133E5D'

red 19 ◦ green 62 ◦ blue 93

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

Shades of Regal Blue #133E5D

Tints of Regal Blue #133E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 10.92%
G = 35.63%
B = 53.45%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#133E5D (or 0x133E5D) is known color: Regal Blue. HEX triplet: 13, 3E and 5D. RGB value is (19,62,93). Sum of RGB (Red+Green+Blue) = 19+62+93=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #133E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E5D is #ECC1A2. Grayscale: #343434. Windows color (decimal): -15516067 or 6110739. OLE color: 6110739.

HSL color Cylindrical-coordinate representation of color #133E5D: hue angle of 205.14º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133E5D is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 62 93 -
CMYK 0.80 0.33 0 0.64
HSL 205.14º 0.66% 0.22% -
HSV(B) 205.14º 0.8% 0.36% -
XYZ 3.97 4.37 10.99 -
YUV 52.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 19 62 93 0.80 0.33 0 0.64 205.14 0.66 0.22
Hex 13 3E 5D 50 21 0 40 CD 42 16
Octal 23 76 135 120 41 0 100 315 102 26
Binary 10011 111110 1011101 1010000 100001 0 1000000 11001101 1000010 10110

Color Harmonies of #133E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E5D

Black with #133E5D

Text Example


Text Example

White with #133E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,93); }

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

background-color css

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

 a { background-color: rgb(19,62,93); }

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

border-color css

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

 span { border-color: rgb(19,62,93); }

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