#193F67

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

Shades of Regal Blue #193F67

Tints of Regal Blue #193F67

Color information

#193F67 (or 0x193F67) is unknown color: approx Regal Blue. HEX triplet: 19, 3F and 67. RGB value is (25,63,103). Sum of RGB (Red+Green+Blue) = 25+63+103=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #193F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F67 is #E6C098. Grayscale: #373737. Windows color (decimal): -15122585 or 6766361. OLE color: 6766361.

HSL color Cylindrical-coordinate representation of color #193F67: hue angle of 210.77º 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 #193F67 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2563103-
CMYK0.760.3900.60
HSL210.77º60.94%25.1%-
HSV(B)210.77º75.73%40.39%-
XYZ4.634.7413.5-
YUV56.2154.41105.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 103 (40.62% from 255) = 53.93%
R=13.09%
G=32.98%
B=53.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25631030.760.3900.60210.7760.9425.1
Hex193F674C2703Cd33d19
Octal3177147114470743237531
Binary110011111111100111100110010011101111001101001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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