Html Css Color HEX #194C71 Orient

📋 copy color: '#194C71'

red 25 ◦ green 76 ◦ blue 113

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

Shades of Orient #194C71

Tints of Orient #194C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.51%

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

R = 11.68%
G = 35.51%
B = 52.8%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194C71 (or 0x194C71) is known color: Orient. HEX triplet: 19, 4C and 71. RGB value is (25,76,113). Sum of RGB (Red+Green+Blue) = 25+76+113=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #194C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C71 is #E6B38E. Grayscale: #404040. Windows color (decimal): -15119247 or 7425049. OLE color: 7425049.

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

Color convert

RGB 25 76 113 -
CMYK 0.78 0.33 0 0.56
HSL 205.23º 0.64% 0.27% -
HSV(B) 205.23º 0.78% 0.44% -
XYZ 5.97 6.57 16.58 -
YUV 64.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 25 76 113 0.78 0.33 0 0.56 205.23 0.64 0.27
Hex 19 4C 71 4E 21 0 38 CD 40 1B
Octal 31 114 161 116 41 0 70 315 100 33
Binary 11001 1001100 1110001 1001110 100001 0 111000 11001101 1000000 11011

Color Harmonies of #194C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C71

Black with #194C71

Text Example


Text Example

White with #194C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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