#185062

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

Shades of Arapawa #185062

Tints of Arapawa #185062

Color information

#185062 (or 0x185062) is unknown color: approx Arapawa. HEX triplet: 18, 50 and 62. RGB value is (24,80,98). Sum of RGB (Red+Green+Blue) = 24+80+98=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #185062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185062 is #E7AF9D. Grayscale: #414141. Windows color (decimal): -15183774 or 6443032. OLE color: 6443032.

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

Color convert

RGB248098-
CMYK0.760.1800.62
HSL194.59º60.66%23.92%-
HSV(B)194.59º75.51%38.43%-
XYZ5.456.8112.58-
YUV65.31146.4598.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=11.88%
G=39.60%
B=48.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2480980.760.1800.62194.5960.6623.92
Hex1850624C1203Ec33d18
Octal30120142114220763037530
Binary110001010000110001010011001001001111101100001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185062; }

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

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

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

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

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

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

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

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