Html Css Color HEX #185262 Arapawa

📋 copy color: '#185262'

red 24 ◦ green 82 ◦ blue 98

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

Shades of Arapawa #185262

Tints of Arapawa #185262

RGB

 RED value IS 24 (9.77% from 255) = 11.76%

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

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

R = 11.76%
G = 40.2%
B = 48.04%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#185262 (or 0x185262) is known color: Arapawa. HEX triplet: 18, 52 and 62. RGB value is (24,82,98). Sum of RGB (Red+Green+Blue) = 24+82+98=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #185262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185262 is #E7AD9D. Grayscale: #424242. Windows color (decimal): -15183262 or 6443544. OLE color: 6443544.

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

Color convert

RGB 24 82 98 -
CMYK 0.76 0.16 0 0.62
HSL 192.97º 0.61% 0.24% -
HSV(B) 192.97º 0.76% 0.38% -
XYZ 5.6 7.11 12.63 -
YUV 66.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 24 82 98 0.76 0.16 0 0.62 192.97 0.61 0.24
Hex 18 52 62 4C 10 0 3E C1 3D 18
Octal 30 122 142 114 20 0 76 301 75 30
Binary 11000 1010010 1100010 1001100 10000 0 111110 11000001 111101 11000

Color Harmonies of #185262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185262

Black with #185262

Text Example


Text Example

White with #185262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185262; }

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

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

background-color css

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

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

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

border-color css

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

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

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