Html Css Color HEX #194D71 Orient

📋 copy color: '#194D71'

red 25 ◦ green 77 ◦ blue 113

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

Shades of Orient #194D71

Tints of Orient #194D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 11.63%
G = 35.81%
B = 52.56%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194D71 (or 0x194D71) is known color: Orient. HEX triplet: 19, 4D and 71. RGB value is (25,77,113). Sum of RGB (Red+Green+Blue) = 25+77+113=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #194D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D71 is #E6B28E. Grayscale: #414141. Windows color (decimal): -15118991 or 7425305. OLE color: 7425305.

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

Color convert

RGB 25 77 113 -
CMYK 0.78 0.32 0 0.56
HSL 204.55º 0.64% 0.27% -
HSV(B) 204.55º 0.78% 0.44% -
XYZ 6.04 6.71 16.6 -
YUV 65.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 25 77 113 0.78 0.32 0 0.56 204.55 0.64 0.27
Hex 19 4D 71 4E 20 0 38 CD 40 1B
Octal 31 115 161 116 40 0 70 315 100 33
Binary 11001 1001101 1110001 1001110 100000 0 111000 11001101 1000000 11011

Color Harmonies of #194D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194D71

Black with #194D71

Text Example


Text Example

White with #194D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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