Html Css Color HEX #185466 Arapawa

📋 copy color: '#185466'

red 24 ◦ green 84 ◦ blue 102

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

Shades of Arapawa #185466

Tints of Arapawa #185466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

 BLUE value IS 102 (40.23% from 255) = 48.57%

R = 11.43%
G = 40%
B = 48.57%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#185466 (or 0x185466) is known color: Arapawa. HEX triplet: 18, 54 and 66. RGB value is (24,84,102). Sum of RGB (Red+Green+Blue) = 24+84+102=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #185466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185466 is #E7AB99. Grayscale: #434343. Windows color (decimal): -15182746 or 6706200. OLE color: 6706200.

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

Color convert

RGB 24 84 102 -
CMYK 0.76 0.18 0 0.6
HSL 193.85º 0.62% 0.25% -
HSV(B) 193.85º 0.76% 0.4% -
XYZ 5.95 7.49 13.7 -
YUV 68.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 24 84 102 0.76 0.18 0 0.6 193.85 0.62 0.25
Hex 18 54 66 4C 12 0 3C C2 3E 19
Octal 30 124 146 114 22 0 74 302 76 31
Binary 11000 1010100 1100110 1001100 10010 0 111100 11000010 111110 11001

Color Harmonies of #185466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185466

Black with #185466

Text Example


Text Example

White with #185466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185466; }

 p { color: rgb(24,84,102); }

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

background-color css

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

 a { background-color: rgb(24,84,102); }

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

border-color css

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

 span { border-color: rgb(24,84,102); }

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