Html Css Color HEX #133E5E Regal Blue

📋 copy color: '#133E5E'

red 19 ◦ green 62 ◦ blue 94

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

Shades of Regal Blue #133E5E

Tints of Regal Blue #133E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 10.86%
G = 35.43%
B = 53.71%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#133E5E (or 0x133E5E) is known color: Regal Blue. HEX triplet: 13, 3E and 5E. RGB value is (19,62,94). Sum of RGB (Red+Green+Blue) = 19+62+94=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #133E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E5E is #ECC1A1. Grayscale: #343434. Windows color (decimal): -15516066 or 6176275. OLE color: 6176275.

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

Color convert

RGB 19 62 94 -
CMYK 0.80 0.34 0 0.63
HSL 205.6º 0.66% 0.22% -
HSV(B) 205.6º 0.8% 0.37% -
XYZ 4.01 4.39 11.23 -
YUV 52.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 19 62 94 0.80 0.34 0 0.63 205.6 0.66 0.22
Hex 13 3E 5E 50 22 0 3F CE 42 16
Octal 23 76 136 120 42 0 77 316 102 26
Binary 10011 111110 1011110 1010000 100010 0 111111 11001110 1000010 10110

Color Harmonies of #133E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E5E

Black with #133E5E

Text Example


Text Example

White with #133E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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