#193E67

Color #193E67 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #193E67

Tints of Regal Blue #193E67

Color information

#193E67 (or 0x193E67) is unknown color: approx Regal Blue. HEX triplet: 19, 3E and 67. RGB value is (25,62,103). Sum of RGB (Red+Green+Blue) = 25+62+103=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #193E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E67 is #E6C198. Grayscale: #373737. Windows color (decimal): -15122841 or 6766105. OLE color: 6766105.

HSL color Cylindrical-coordinate representation of color #193E67: hue angle of 211.54º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193E67 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2562103-
CMYK0.760.4000.60
HSL211.54º60.94%25.1%-
HSV(B)211.54º75.73%40.39%-
XYZ4.574.6313.48-
YUV55.61154.74106.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=13.16%
G=32.63%
B=54.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25621030.760.4000.60211.5460.9425.1
Hex193E674C2803Cd43d19
Octal3176147114500743247531
Binary110011111101100111100110010100001111001101010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193E67; }

 p { color: rgb(25,62,103); }

 H1.HeaderClassName
 {
   color: #193E67;
 }
 .AnyTagClassName
 {
   color: #193E67;
 }
</style>
background-color css

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

 a { background-color: rgb(25,62,103); }

 div.DivClassName
 {
   background-color: #193E67;
 }
 .BgClassName
 {
   background-color: #193E67;
 }
</style>
border-color css

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

 span { border-color: rgb(25,62,103); }

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