Html Css Color HEX #194C72 Orient

📋 copy color: '#194C72'

red 25 ◦ green 76 ◦ blue 114

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

Shades of Orient #194C72

Tints of Orient #194C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 11.63%
G = 35.35%
B = 53.02%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194C72 (or 0x194C72) is known color: Orient. HEX triplet: 19, 4C and 72. RGB value is (25,76,114). Sum of RGB (Red+Green+Blue) = 25+76+114=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #194C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C72 is #E6B38D. Grayscale: #404040. Windows color (decimal): -15119246 or 7490585. OLE color: 7490585.

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

Color convert

RGB 25 76 114 -
CMYK 0.78 0.33 0 0.55
HSL 205.62º 0.64% 0.27% -
HSV(B) 205.62º 0.78% 0.45% -
XYZ 6.02 6.59 16.87 -
YUV 65.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 25 76 114 0.78 0.33 0 0.55 205.62 0.64 0.27
Hex 19 4C 72 4E 21 0 37 CE 40 1B
Octal 31 114 162 116 41 0 67 316 100 33
Binary 11001 1001100 1110010 1001110 100001 0 110111 11001110 1000000 11011

Color Harmonies of #194C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C72

Black with #194C72

Text Example


Text Example

White with #194C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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