Html Css Color HEX #193A4E Nile Blue

📋 copy color: '#193A4E'

red 25 ◦ green 58 ◦ blue 78

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

Shades of Nile Blue #193A4E

Tints of Nile Blue #193A4E

RGB

 RED value IS 25 (10.16% from 255) = 15.53%

 GREEN value IS 58 (23.05% from 255) = 36.02%

 BLUE value IS 78 (30.86% from 255) = 48.45%

R = 15.53%
G = 36.02%
B = 48.45%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#193A4E (or 0x193A4E) is known color: Nile Blue. HEX triplet: 19, 3A and 4E. RGB value is (25,58,78). Sum of RGB (Red+Green+Blue) = 25+58+78=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #193A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A4E is #E6C5B1. Grayscale: #323232. Windows color (decimal): -15123890 or 5126681. OLE color: 5126681.

HSL color Cylindrical-coordinate representation of color #193A4E: hue angle of 202.64º degrees, saturation: 0.51, 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 #193A4E is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 58 78 -
CMYK 0.68 0.26 0 0.69
HSL 202.64º 0.51% 0.2% -
HSV(B) 202.64º 0.68% 0.31% -
XYZ 3.29 3.78 7.76 -
YUV 50.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 25 58 78 0.68 0.26 0 0.69 202.64 0.51 0.2
Hex 19 3A 4E 44 1A 0 45 CB 33 14
Octal 31 72 116 104 32 0 105 313 63 24
Binary 11001 111010 1001110 1000100 11010 0 1000101 11001011 110011 10100

Color Harmonies of #193A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A4E

Black with #193A4E

Text Example


Text Example

White with #193A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #193A4E;
 }
 .AnyTagClassName
 {
   color: #193A4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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