Html Css Color HEX #195069 Arapawa

📋 copy color: '#195069'

red 25 ◦ green 80 ◦ blue 105

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

Shades of Arapawa #195069

Tints of Arapawa #195069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

 BLUE value IS 105 (41.41% from 255) = 50%

R = 11.9%
G = 38.1%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195069 (or 0x195069) is known color: Arapawa. HEX triplet: 19, 50 and 69. RGB value is (25,80,105). Sum of RGB (Red+Green+Blue) = 25+80+105=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #195069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195069 is #E6AF96. Grayscale: #424242. Windows color (decimal): -15118231 or 6901785. OLE color: 6901785.

HSL color Cylindrical-coordinate representation of color #195069: hue angle of 198.75º degrees, saturation: 0.62, 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 #195069 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 80 105 -
CMYK 0.76 0.24 0 0.59
HSL 198.75º 0.62% 0.25% -
HSV(B) 198.75º 0.76% 0.41% -
XYZ 5.82 6.96 14.4 -
YUV 66.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 25 80 105 0.76 0.24 0 0.59 198.75 0.62 0.25
Hex 19 50 69 4C 18 0 3B C7 3E 19
Octal 31 120 151 114 30 0 73 307 76 31
Binary 11001 1010000 1101001 1001100 11000 0 111011 11000111 111110 11001

Color Harmonies of #195069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195069

Black with #195069

Text Example


Text Example

White with #195069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195069; }

 p { color: rgb(25,80,105); }

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

background-color css

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

 a { background-color: rgb(25,80,105); }

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

border-color css

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

 span { border-color: rgb(25,80,105); }

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