Html Css Color HEX #195067 Arapawa

📋 copy color: '#195067'

red 25 ◦ green 80 ◦ blue 103

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

Shades of Arapawa #195067

Tints of Arapawa #195067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 12.02%
G = 38.46%
B = 49.52%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#195067 (or 0x195067) is known color: Arapawa. HEX triplet: 19, 50 and 67. RGB value is (25,80,103). Sum of RGB (Red+Green+Blue) = 25+80+103=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #195067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195067 is #E6AF98. Grayscale: #424242. Windows color (decimal): -15118233 or 6770713. OLE color: 6770713.

HSL color Cylindrical-coordinate representation of color #195067: hue angle of 197.69º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195067 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 80 103 -
CMYK 0.76 0.22 0 0.60
HSL 197.69º 0.61% 0.25% -
HSV(B) 197.69º 0.76% 0.4% -
XYZ 5.72 6.92 13.87 -
YUV 66.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 25 80 103 0.76 0.22 0 0.60 197.69 0.61 0.25
Hex 19 50 67 4C 16 0 3C C6 3D 19
Octal 31 120 147 114 26 0 74 306 75 31
Binary 11001 1010000 1100111 1001100 10110 0 111100 11000110 111101 11001

Color Harmonies of #195067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195067

Black with #195067

Text Example


Text Example

White with #195067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195067; }

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

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

background-color css

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

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

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

border-color css

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

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

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