Html Css Color HEX #195068 Arapawa

📋 copy color: '#195068'

red 25 ◦ green 80 ◦ blue 104

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

Shades of Arapawa #195068

Tints of Arapawa #195068

RGB

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

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

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

R = 11.96%
G = 38.28%
B = 49.76%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195068 (or 0x195068) is known color: Arapawa. HEX triplet: 19, 50 and 68. RGB value is (25,80,104). Sum of RGB (Red+Green+Blue) = 25+80+104=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #195068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195068 is #E6AF97. Grayscale: #424242. Windows color (decimal): -15118232 or 6836249. OLE color: 6836249.

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

Color convert

RGB 25 80 104 -
CMYK 0.76 0.23 0 0.59
HSL 198.23º 0.61% 0.25% -
HSV(B) 198.23º 0.76% 0.41% -
XYZ 5.77 6.94 14.13 -
YUV 66.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 25 80 104 0.76 0.23 0 0.59 198.23 0.61 0.25
Hex 19 50 68 4C 17 0 3B C6 3D 19
Octal 31 120 150 114 27 0 73 306 75 31
Binary 11001 1010000 1101000 1001100 10111 0 111011 11000110 111101 11001

Color Harmonies of #195068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195068

Black with #195068

Text Example


Text Example

White with #195068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195068; }

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

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

background-color css

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

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

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

border-color css

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

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

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