Html Css Color HEX #185263 Arapawa

📋 copy color: '#185263'

red 24 ◦ green 82 ◦ blue 99

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

Shades of Arapawa #185263

Tints of Arapawa #185263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 11.71%
G = 40%
B = 48.29%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#185263 (or 0x185263) is known color: Arapawa. HEX triplet: 18, 52 and 63. RGB value is (24,82,99). Sum of RGB (Red+Green+Blue) = 24+82+99=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #185263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185263 is #E7AD9C. Grayscale: #424242. Windows color (decimal): -15183261 or 6509080. OLE color: 6509080.

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

Color convert

RGB 24 82 99 -
CMYK 0.76 0.17 0 0.61
HSL 193.6º 0.61% 0.24% -
HSV(B) 193.6º 0.76% 0.39% -
XYZ 5.65 7.13 12.88 -
YUV 66.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 24 82 99 0.76 0.17 0 0.61 193.6 0.61 0.24
Hex 18 52 63 4C 11 0 3D C2 3D 18
Octal 30 122 143 114 21 0 75 302 75 30
Binary 11000 1010010 1100011 1001100 10001 0 111101 11000010 111101 11000

Color Harmonies of #185263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185263

Black with #185263

Text Example


Text Example

White with #185263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185263; }

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

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

background-color css

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

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

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

border-color css

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

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

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