Html Css Color HEX #194F71 Orient

📋 copy color: '#194F71'

red 25 ◦ green 79 ◦ blue 113

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

Shades of Orient #194F71

Tints of Orient #194F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.41%

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

R = 11.52%
G = 36.41%
B = 52.07%

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

#194F71 (or 0x194F71) is known color: Orient. HEX triplet: 19, 4F and 71. RGB value is (25,79,113). Sum of RGB (Red+Green+Blue) = 25+79+113=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #194F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F71 is #E6B08E. Grayscale: #424242. Windows color (decimal): -15118479 or 7425817. OLE color: 7425817.

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

Color convert

RGB 25 79 113 -
CMYK 0.78 0.30 0 0.56
HSL 203.18º 0.64% 0.27% -
HSV(B) 203.18º 0.78% 0.44% -
XYZ 6.18 6.99 16.65 -
YUV 66.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 25 79 113 0.78 0.30 0 0.56 203.18 0.64 0.27
Hex 19 4F 71 4E 1E 0 38 CB 40 1B
Octal 31 117 161 116 36 0 70 313 100 33
Binary 11001 1001111 1110001 1001110 11110 0 111000 11001011 1000000 11011

Color Harmonies of #194F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194F71

Black with #194F71

Text Example


Text Example

White with #194F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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