Html Css Color HEX #19486D Arapawa

📋 copy color: '#19486D'

red 25 ◦ green 72 ◦ blue 109

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

Shades of Arapawa #19486D

Tints of Arapawa #19486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

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

R = 12.14%
G = 34.95%
B = 52.91%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19486D (or 0x19486D) is known color: Arapawa. HEX triplet: 19, 48 and 6D. RGB value is (25,72,109). Sum of RGB (Red+Green+Blue) = 25+72+109=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #19486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19486D is #E6B792. Grayscale: #3D3D3D. Windows color (decimal): -15120275 or 7161881. OLE color: 7161881.

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

Color convert

RGB 25 72 109 -
CMYK 0.77 0.34 0 0.57
HSL 206.43º 0.63% 0.26% -
HSV(B) 206.43º 0.77% 0.43% -
XYZ 5.48 5.95 15.33 -
YUV 62.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 25 72 109 0.77 0.34 0 0.57 206.43 0.63 0.26
Hex 19 48 6D 4D 22 0 39 CE 3F 1A
Octal 31 110 155 115 42 0 71 316 77 32
Binary 11001 1001000 1101101 1001101 100010 0 111001 11001110 111111 11010

Color Harmonies of #19486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19486D

Black with #19486D

Text Example


Text Example

White with #19486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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