#193A4F

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

Shades of Nile Blue #193A4F

Tints of Nile Blue #193A4F

Color information

#193A4F (or 0x193A4F) is unknown color: approx Nile Blue. HEX triplet: 19, 3A and 4F. RGB value is (25,58,79). Sum of RGB (Red+Green+Blue) = 25+58+79=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #193A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A4F is #E6C5B0. Grayscale: #323232. Windows color (decimal): -15123889 or 5192217. OLE color: 5192217.

HSL color Cylindrical-coordinate representation of color #193A4F: hue angle of 203.33º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #193A4F is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255879-
CMYK0.680.2700.69
HSL203.33º51.92%20.39%-
HSV(B)203.33º68.35%30.98%-
XYZ3.333.87.95-
YUV50.53144.07109.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=15.43%
G=35.80%
B=48.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2558790.680.2700.69203.3351.9220.39
Hex193A4F441B045cb3414
Octal31721171043301053136424
Binary110011110101001111100010011011010001011100101111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,58,79); }

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

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

 a { background-color: rgb(25,58,79); }

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

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

 span { border-color: rgb(25,58,79); }

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