Html Css Color HEX #185063 Arapawa

📋 copy color: '#185063'

red 24 ◦ green 80 ◦ blue 99

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

Shades of Arapawa #185063

Tints of Arapawa #185063

RGB

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

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

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

R = 11.82%
G = 39.41%
B = 48.77%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#185063 (or 0x185063) is known color: Arapawa. HEX triplet: 18, 50 and 63. RGB value is (24,80,99). Sum of RGB (Red+Green+Blue) = 24+80+99=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #185063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185063 is #E7AF9C. Grayscale: #414141. Windows color (decimal): -15183773 or 6508568. OLE color: 6508568.

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

Color convert

RGB 24 80 99 -
CMYK 0.76 0.19 0 0.61
HSL 195.2º 0.61% 0.24% -
HSV(B) 195.2º 0.76% 0.39% -
XYZ 5.5 6.83 12.83 -
YUV 65.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 24 80 99 0.76 0.19 0 0.61 195.2 0.61 0.24
Hex 18 50 63 4C 13 0 3D C3 3D 18
Octal 30 120 143 114 23 0 75 303 75 30
Binary 11000 1010000 1100011 1001100 10011 0 111101 11000011 111101 11000

Color Harmonies of #185063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185063

Black with #185063

Text Example


Text Example

White with #185063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185063; }

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

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

background-color css

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

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

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

border-color css

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

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

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