Html Css Color HEX #194E73 Orient

📋 copy color: '#194E73'

red 25 ◦ green 78 ◦ blue 115

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

Shades of Orient #194E73

Tints of Orient #194E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.78%

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 11.47%
G = 35.78%
B = 52.75%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194E73 (or 0x194E73) is known color: Orient. HEX triplet: 19, 4E and 73. RGB value is (25,78,115). Sum of RGB (Red+Green+Blue) = 25+78+115=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #194E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E73 is #E6B18C. Grayscale: #424242. Windows color (decimal): -15118733 or 7556633. OLE color: 7556633.

HSL color Cylindrical-coordinate representation of color #194E73: hue angle of 204.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194E73 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 78 115 -
CMYK 0.78 0.32 0 0.55
HSL 204.67º 0.64% 0.27% -
HSV(B) 204.67º 0.78% 0.45% -
XYZ 6.22 6.89 17.22 -
YUV 66.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 25 78 115 0.78 0.32 0 0.55 204.67 0.64 0.27
Hex 19 4E 73 4E 20 0 37 CD 40 1B
Octal 31 116 163 116 40 0 67 315 100 33
Binary 11001 1001110 1110011 1001110 100000 0 110111 11001101 1000000 11011

Color Harmonies of #194E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E73

Black with #194E73

Text Example


Text Example

White with #194E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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