Html Css Color HEX #194090 Egyptian Blue

📋 copy color: '#194090'

red 25 ◦ green 64 ◦ blue 144

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

Shades of Egyptian Blue #194090

Tints of Egyptian Blue #194090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 144 (56.64% from 255) = 61.8%

R = 10.73%
G = 27.47%
B = 61.8%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#194090 (or 0x194090) is known color: Egyptian Blue. HEX triplet: 19, 40 and 90. RGB value is (25,64,144). Sum of RGB (Red+Green+Blue) = 25+64+144=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #194090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194090 is #E6BF6F. Grayscale: #3D3D3D. Windows color (decimal): -15122288 or 9453593. OLE color: 9453593.

HSL color Cylindrical-coordinate representation of color #194090: hue angle of 220.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194090 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 64 144 -
CMYK 0.83 0.56 0 0.44
HSL 220.34º 0.7% 0.33% -
HSV(B) 220.34º 0.83% 0.56% -
XYZ 7.27 5.89 27.14 -
YUV 61.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 25 64 144 0.83 0.56 0 0.44 220.34 0.7 0.33
Hex 19 40 90 53 38 0 2C DC 46 21
Octal 31 100 220 123 70 0 54 334 106 41
Binary 11001 1000000 10010000 1010011 111000 0 101100 11011100 1000110 100001

Color Harmonies of #194090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194090

Black with #194090

Text Example


Text Example

White with #194090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194090; }

 p { color: rgb(25,64,144); }

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

background-color css

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

 a { background-color: rgb(25,64,144); }

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

border-color css

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

 span { border-color: rgb(25,64,144); }

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