Html Css Color HEX #194D74 Orient

📋 copy color: '#194D74'

red 25 ◦ green 77 ◦ blue 116

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

Shades of Orient #194D74

Tints of Orient #194D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.32%

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 11.47%
G = 35.32%
B = 53.21%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194D74 (or 0x194D74) is known color: Orient. HEX triplet: 19, 4D and 74. RGB value is (25,77,116). Sum of RGB (Red+Green+Blue) = 25+77+116=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #194D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D74 is #E6B28B. Grayscale: #414141. Windows color (decimal): -15118988 or 7621913. OLE color: 7621913.

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

Color convert

RGB 25 77 116 -
CMYK 0.78 0.34 0 0.55
HSL 205.71º 0.65% 0.28% -
HSV(B) 205.71º 0.78% 0.45% -
XYZ 6.21 6.78 17.5 -
YUV 65.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 25 77 116 0.78 0.34 0 0.55 205.71 0.65 0.28
Hex 19 4D 74 4E 22 0 37 CE 41 1C
Octal 31 115 164 116 42 0 67 316 101 34
Binary 11001 1001101 1110100 1001110 100010 0 110111 11001110 1000001 11100

Color Harmonies of #194D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194D74

Black with #194D74

Text Example


Text Example

White with #194D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,77,116); }

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

background-color css

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

 a { background-color: rgb(25,77,116); }

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

border-color css

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

 span { border-color: rgb(25,77,116); }

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