Html Css Color HEX #185065 Arapawa

📋 copy color: '#185065'

red 24 ◦ green 80 ◦ blue 101

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

Shades of Arapawa #185065

Tints of Arapawa #185065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 11.71%
G = 39.02%
B = 49.27%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#185065 (or 0x185065) is known color: Arapawa. HEX triplet: 18, 50 and 65. RGB value is (24,80,101). Sum of RGB (Red+Green+Blue) = 24+80+101=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #185065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185065 is #E7AF9A. Grayscale: #414141. Windows color (decimal): -15183771 or 6639640. OLE color: 6639640.

HSL color Cylindrical-coordinate representation of color #185065: hue angle of 196.36º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185065 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 80 101 -
CMYK 0.76 0.21 0 0.60
HSL 196.36º 0.62% 0.25% -
HSV(B) 196.36º 0.76% 0.4% -
XYZ 5.59 6.87 13.34 -
YUV 65.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 24 80 101 0.76 0.21 0 0.60 196.36 0.62 0.25
Hex 18 50 65 4C 15 0 3C C4 3E 19
Octal 30 120 145 114 25 0 74 304 76 31
Binary 11000 1010000 1100101 1001100 10101 0 111100 11000100 111110 11001

Color Harmonies of #185065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185065

Black with #185065

Text Example


Text Example

White with #185065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185065; }

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

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

background-color css

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

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

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

border-color css

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

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

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