#195062

Color #195062 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #195062

Tints of Arapawa #195062

Color information

#195062 (or 0x195062) is unknown color: approx Arapawa. HEX triplet: 19, 50 and 62. RGB value is (25,80,98). Sum of RGB (Red+Green+Blue) = 25+80+98=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #195062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195062 is #E6AF9D. Grayscale: #414141. Windows color (decimal): -15118238 or 6443033. OLE color: 6443033.

HSL color Cylindrical-coordinate representation of color #195062: hue angle of 194.79º 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 #195062 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB258098-
CMYK0.740.1800.62
HSL194.79º59.35%24.12%-
HSV(B)194.79º74.49%38.43%-
XYZ5.476.8312.58-
YUV65.61146.2899.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=12.32%
G=39.41%
B=48.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2580980.740.1800.62194.7959.3524.12
Hex1950624A1203Ec33b18
Octal31120142112220763037330
Binary110011010000110001010010101001001111101100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195062; }

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

 H1.HeaderClassName
 {
   color: #195062;
 }
 .AnyTagClassName
 {
   color: #195062;
 }
</style>
background-color css

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

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

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

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

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

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