Html Css Color HEX #133E5A Regal Blue

📋 copy color: '#133E5A'

red 19 ◦ green 62 ◦ blue 90

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

Shades of Regal Blue #133E5A

Tints of Regal Blue #133E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.63%

R = 11.11%
G = 36.26%
B = 52.63%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133E5A (or 0x133E5A) is known color: Regal Blue. HEX triplet: 13, 3E and 5A. RGB value is (19,62,90). Sum of RGB (Red+Green+Blue) = 19+62+90=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #133E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E5A is #ECC1A5. Grayscale: #343434. Windows color (decimal): -15516070 or 5914131. OLE color: 5914131.

HSL color Cylindrical-coordinate representation of color #133E5A: hue angle of 203.66º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133E5A is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 62 90 -
CMYK 0.79 0.31 0 0.65
HSL 203.66º 0.65% 0.21% -
HSV(B) 203.66º 0.79% 0.35% -
XYZ 3.84 4.32 10.3 -
YUV 52.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 19 62 90 0.79 0.31 0 0.65 203.66 0.65 0.21
Hex 13 3E 5A 4F 1F 0 41 CC 41 15
Octal 23 76 132 117 37 0 101 314 101 25
Binary 10011 111110 1011010 1001111 11111 0 1000001 11001100 1000001 10101

Color Harmonies of #133E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E5A

Black with #133E5A

Text Example


Text Example

White with #133E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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