Html Css Color HEX #185363 Arapawa

📋 copy color: '#185363'

red 24 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #185363

Tints of Arapawa #185363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 11.65%
G = 40.29%
B = 48.06%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#185363 (or 0x185363) is known color: Arapawa. HEX triplet: 18, 53 and 63. RGB value is (24,83,99). Sum of RGB (Red+Green+Blue) = 24+83+99=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #185363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185363 is #E7AC9C. Grayscale: #434343. Windows color (decimal): -15183005 or 6509336. OLE color: 6509336.

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

Color convert

RGB 24 83 99 -
CMYK 0.76 0.16 0 0.61
HSL 192.8º 0.61% 0.24% -
HSV(B) 192.8º 0.76% 0.39% -
XYZ 5.72 7.28 12.91 -
YUV 67.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 24 83 99 0.76 0.16 0 0.61 192.8 0.61 0.24
Hex 18 53 63 4C 10 0 3D C1 3D 18
Octal 30 123 143 114 20 0 75 301 75 30
Binary 11000 1010011 1100011 1001100 10000 0 111101 11000001 111101 11000

Color Harmonies of #185363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185363

Black with #185363

Text Example


Text Example

White with #185363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185363; }

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

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

background-color css

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

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

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

border-color css

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

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

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