Html Css Color HEX #194E70 Orient

📋 copy color: '#194E70'

red 25 ◦ green 78 ◦ blue 112

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

Shades of Orient #194E70

Tints of Orient #194E70

RGB

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

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

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

R = 11.63%
G = 36.28%
B = 52.09%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194E70 (or 0x194E70) is known color: Orient. HEX triplet: 19, 4E and 70. RGB value is (25,78,112). Sum of RGB (Red+Green+Blue) = 25+78+112=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #194E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E70 is #E6B18F. Grayscale: #414141. Windows color (decimal): -15118736 or 7360025. OLE color: 7360025.

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

Color convert

RGB 25 78 112 -
CMYK 0.78 0.30 0 0.56
HSL 203.45º 0.64% 0.27% -
HSV(B) 203.45º 0.78% 0.44% -
XYZ 6.05 6.83 16.33 -
YUV 66.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 25 78 112 0.78 0.30 0 0.56 203.45 0.64 0.27
Hex 19 4E 70 4E 1E 0 38 CB 40 1B
Octal 31 116 160 116 36 0 70 313 100 33
Binary 11001 1001110 1110000 1001110 11110 0 111000 11001011 1000000 11011

Color Harmonies of #194E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E70

Black with #194E70

Text Example


Text Example

White with #194E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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