Html Css Color HEX #19496D Arapawa

📋 copy color: '#19496D'

red 25 ◦ green 73 ◦ blue 109

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

Shades of Arapawa #19496D

Tints of Arapawa #19496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

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

R = 12.08%
G = 35.27%
B = 52.66%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19496D (or 0x19496D) is known color: Arapawa. HEX triplet: 19, 49 and 6D. RGB value is (25,73,109). Sum of RGB (Red+Green+Blue) = 25+73+109=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #19496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19496D is #E6B692. Grayscale: #3E3E3E. Windows color (decimal): -15120019 or 7162137. OLE color: 7162137.

HSL color Cylindrical-coordinate representation of color #19496D: hue angle of 205.71º 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 #19496D is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 73 109 -
CMYK 0.77 0.33 0 0.57
HSL 205.71º 0.63% 0.26% -
HSV(B) 205.71º 0.77% 0.43% -
XYZ 5.54 6.08 15.35 -
YUV 62.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 25 73 109 0.77 0.33 0 0.57 205.71 0.63 0.26
Hex 19 49 6D 4D 21 0 39 CE 3F 1A
Octal 31 111 155 115 41 0 71 316 77 32
Binary 11001 1001001 1101101 1001101 100001 0 111001 11001110 111111 11010

Color Harmonies of #19496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19496D

Black with #19496D

Text Example


Text Example

White with #19496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19496D; }

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

 H1.HeaderClassName
 {
   color: #19496D;
 }
 .AnyTagClassName
 {
   color: #19496D;
 }
</style>

background-color css

<style>
 a { background-color: #19496D; }

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

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

border-color css

<style>
 span { border-color: #19496D; }

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

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