Html Css Color HEX #18496C Arapawa

📋 copy color: '#18496C'

red 24 ◦ green 73 ◦ blue 108

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

Shades of Arapawa #18496C

Tints of Arapawa #18496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 11.71%
G = 35.61%
B = 52.68%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18496C (or 0x18496C) is known color: Arapawa. HEX triplet: 18, 49 and 6C. RGB value is (24,73,108). Sum of RGB (Red+Green+Blue) = 24+73+108=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #18496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18496C is #E7B693. Grayscale: #3E3E3E. Windows color (decimal): -15185556 or 7096600. OLE color: 7096600.

HSL color Cylindrical-coordinate representation of color #18496C: hue angle of 205º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18496C is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 73 108 -
CMYK 0.78 0.32 0 0.58
HSL 205º 0.64% 0.26% -
HSV(B) 205º 0.78% 0.42% -
XYZ 5.47 6.04 15.07 -
YUV 62.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 24 73 108 0.78 0.32 0 0.58 205 0.64 0.26
Hex 18 49 6C 4E 20 0 3A CD 40 1A
Octal 30 111 154 116 40 0 72 315 100 32
Binary 11000 1001001 1101100 1001110 100000 0 111010 11001101 1000000 11010

Color Harmonies of #18496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18496C

Black with #18496C

Text Example


Text Example

White with #18496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18496C; }

 p { color: rgb(24,73,108); }

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

background-color css

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

 a { background-color: rgb(24,73,108); }

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

border-color css

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

 span { border-color: rgb(24,73,108); }

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