Html Css Color HEX #195262 Arapawa

📋 copy color: '#195262'

red 25 ◦ green 82 ◦ blue 98

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

Shades of Arapawa #195262

Tints of Arapawa #195262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 12.2%
G = 40%
B = 47.8%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#195262 (or 0x195262) is known color: Arapawa. HEX triplet: 19, 52 and 62. RGB value is (25,82,98). Sum of RGB (Red+Green+Blue) = 25+82+98=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #195262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195262 is #E6AD9D. Grayscale: #424242. Windows color (decimal): -15117726 or 6443545. OLE color: 6443545.

HSL color Cylindrical-coordinate representation of color #195262: hue angle of 193.15º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195262 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 82 98 -
CMYK 0.74 0.16 0 0.62
HSL 193.15º 0.59% 0.24% -
HSV(B) 193.15º 0.74% 0.38% -
XYZ 5.62 7.12 12.63 -
YUV 66.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 25 82 98 0.74 0.16 0 0.62 193.15 0.59 0.24
Hex 19 52 62 4A 10 0 3E C1 3B 18
Octal 31 122 142 112 20 0 76 301 73 30
Binary 11001 1010010 1100010 1001010 10000 0 111110 11000001 111011 11000

Color Harmonies of #195262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195262

Black with #195262

Text Example


Text Example

White with #195262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195262; }

 p { color: rgb(25,82,98); }

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

background-color css

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

 a { background-color: rgb(25,82,98); }

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

border-color css

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

 span { border-color: rgb(25,82,98); }

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