Html Css Color HEX #185068 Arapawa

📋 copy color: '#185068'

red 24 ◦ green 80 ◦ blue 104

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

Shades of Arapawa #185068

Tints of Arapawa #185068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50%

R = 11.54%
G = 38.46%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#185068 (or 0x185068) is known color: Arapawa. HEX triplet: 18, 50 and 68. RGB value is (24,80,104). Sum of RGB (Red+Green+Blue) = 24+80+104=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #185068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185068 is #E7AF97. Grayscale: #414141. Windows color (decimal): -15183768 or 6836248. OLE color: 6836248.

HSL color Cylindrical-coordinate representation of color #185068: hue angle of 198º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185068 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 80 104 -
CMYK 0.77 0.23 0 0.59
HSL 198º 0.63% 0.25% -
HSV(B) 198º 0.77% 0.41% -
XYZ 5.74 6.93 14.13 -
YUV 65.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 24 80 104 0.77 0.23 0 0.59 198 0.63 0.25
Hex 18 50 68 4D 17 0 3B C6 3E 19
Octal 30 120 150 115 27 0 73 306 76 31
Binary 11000 1010000 1101000 1001101 10111 0 111011 11000110 111110 11001

Color Harmonies of #185068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185068

Black with #185068

Text Example


Text Example

White with #185068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185068; }

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

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

background-color css

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

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

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

border-color css

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

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

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