Html Css Color HEX #18506A Arapawa

📋 copy color: '#18506A'

red 24 ◦ green 80 ◦ blue 106

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

Shades of Arapawa #18506A

Tints of Arapawa #18506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50.48%

R = 11.43%
G = 38.1%
B = 50.48%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18506A (or 0x18506A) is known color: Arapawa. HEX triplet: 18, 50 and 6A. RGB value is (24,80,106). Sum of RGB (Red+Green+Blue) = 24+80+106=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #18506A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18506A is #E7AF95. Grayscale: #424242. Windows color (decimal): -15183766 or 6967320. OLE color: 6967320.

HSL color Cylindrical-coordinate representation of color #18506A: hue angle of 199.02º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18506A is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 80 106 -
CMYK 0.77 0.25 0 0.58
HSL 199.02º 0.63% 0.25% -
HSV(B) 199.02º 0.77% 0.42% -
XYZ 5.85 6.97 14.67 -
YUV 66.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 24 80 106 0.77 0.25 0 0.58 199.02 0.63 0.25
Hex 18 50 6A 4D 19 0 3A C7 3F 19
Octal 30 120 152 115 31 0 72 307 77 31
Binary 11000 1010000 1101010 1001101 11001 0 111010 11000111 111111 11001

Color Harmonies of #18506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18506A

Black with #18506A

Text Example


Text Example

White with #18506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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