Html Css Color HEX #194C68 Arapawa

📋 copy color: '#194C68'

red 25 ◦ green 76 ◦ blue 104

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

Shades of Arapawa #194C68

Tints of Arapawa #194C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 12.2%
G = 37.07%
B = 50.73%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194C68 (or 0x194C68) is known color: Arapawa. HEX triplet: 19, 4C and 68. RGB value is (25,76,104). Sum of RGB (Red+Green+Blue) = 25+76+104=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #194C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C68 is #E6B397. Grayscale: #3F3F3F. Windows color (decimal): -15119256 or 6835225. OLE color: 6835225.

HSL color Cylindrical-coordinate representation of color #194C68: hue angle of 201.27º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194C68 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 76 104 -
CMYK 0.76 0.27 0 0.59
HSL 201.27º 0.61% 0.25% -
HSV(B) 201.27º 0.76% 0.41% -
XYZ 5.48 6.38 14.04 -
YUV 63.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 25 76 104 0.76 0.27 0 0.59 201.27 0.61 0.25
Hex 19 4C 68 4C 1B 0 3B C9 3D 19
Octal 31 114 150 114 33 0 73 311 75 31
Binary 11001 1001100 1101000 1001100 11011 0 111011 11001001 111101 11001

Color Harmonies of #194C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C68

Black with #194C68

Text Example


Text Example

White with #194C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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