Html Css Color HEX #194C6D Arapawa

📋 copy color: '#194C6D'

red 25 ◦ green 76 ◦ blue 109

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

Shades of Arapawa #194C6D

Tints of Arapawa #194C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 11.9%
G = 36.19%
B = 51.9%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#194C6D (or 0x194C6D) is known color: Arapawa. HEX triplet: 19, 4C and 6D. RGB value is (25,76,109). Sum of RGB (Red+Green+Blue) = 25+76+109=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #194C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C6D is #E6B392. Grayscale: #404040. Windows color (decimal): -15119251 or 7162905. OLE color: 7162905.

HSL color Cylindrical-coordinate representation of color #194C6D: hue angle of 203.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #194C6D is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 76 109 -
CMYK 0.77 0.30 0 0.57
HSL 203.57º 0.63% 0.26% -
HSV(B) 203.57º 0.77% 0.43% -
XYZ 5.75 6.48 15.42 -
YUV 64.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 25 76 109 0.77 0.30 0 0.57 203.57 0.63 0.26
Hex 19 4C 6D 4D 1E 0 39 CC 3F 1A
Octal 31 114 155 115 36 0 71 314 77 32
Binary 11001 1001100 1101101 1001101 11110 0 111001 11001100 111111 11010

Color Harmonies of #194C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C6D

Black with #194C6D

Text Example


Text Example

White with #194C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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