Html Css Color HEX #194E68 Arapawa

📋 copy color: '#194E68'

red 25 ◦ green 78 ◦ blue 104

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

Shades of Arapawa #194E68

Tints of Arapawa #194E68

RGB

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

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

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

R = 12.08%
G = 37.68%
B = 50.24%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194E68 (or 0x194E68) is known color: Arapawa. HEX triplet: 19, 4E and 68. RGB value is (25,78,104). Sum of RGB (Red+Green+Blue) = 25+78+104=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #194E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E68 is #E6B197. Grayscale: #404040. Windows color (decimal): -15118744 or 6835737. OLE color: 6835737.

HSL color Cylindrical-coordinate representation of color #194E68: hue angle of 199.75º 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 #194E68 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 78 104 -
CMYK 0.76 0.25 0 0.59
HSL 199.75º 0.61% 0.25% -
HSV(B) 199.75º 0.76% 0.41% -
XYZ 5.62 6.65 14.08 -
YUV 65.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 25 78 104 0.76 0.25 0 0.59 199.75 0.61 0.25
Hex 19 4E 68 4C 19 0 3B C8 3D 19
Octal 31 116 150 114 31 0 73 310 75 31
Binary 11001 1001110 1101000 1001100 11001 0 111011 11001000 111101 11001

Color Harmonies of #194E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E68

Black with #194E68

Text Example


Text Example

White with #194E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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