Html Css Color HEX #194D70 Orient

📋 copy color: '#194D70'

red 25 ◦ green 77 ◦ blue 112

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

Shades of Orient #194D70

Tints of Orient #194D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.34%

R = 11.68%
G = 35.98%
B = 52.34%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194D70 (or 0x194D70) is known color: Orient. HEX triplet: 19, 4D and 70. RGB value is (25,77,112). Sum of RGB (Red+Green+Blue) = 25+77+112=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #194D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D70 is #E6B28F. Grayscale: #414141. Windows color (decimal): -15118992 or 7359769. OLE color: 7359769.

HSL color Cylindrical-coordinate representation of color #194D70: hue angle of 204.14º 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 #194D70 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 77 112 -
CMYK 0.78 0.31 0 0.56
HSL 204.14º 0.64% 0.27% -
HSV(B) 204.14º 0.78% 0.44% -
XYZ 5.98 6.68 16.3 -
YUV 65.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 25 77 112 0.78 0.31 0 0.56 204.14 0.64 0.27
Hex 19 4D 70 4E 1F 0 38 CC 40 1B
Octal 31 115 160 116 37 0 70 314 100 33
Binary 11001 1001101 1110000 1001110 11111 0 111000 11001100 1000000 11011

Color Harmonies of #194D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194D70

Black with #194D70

Text Example


Text Example

White with #194D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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