Html Css Color HEX #185268 Arapawa

📋 copy color: '#185268'

red 24 ◦ green 82 ◦ blue 104

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

Shades of Arapawa #185268

Tints of Arapawa #185268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

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

R = 11.43%
G = 39.05%
B = 49.52%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#185268 (or 0x185268) is known color: Arapawa. HEX triplet: 18, 52 and 68. RGB value is (24,82,104). Sum of RGB (Red+Green+Blue) = 24+82+104=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #185268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185268 is #E7AD97. Grayscale: #434343. Windows color (decimal): -15183256 or 6836760. OLE color: 6836760.

HSL color Cylindrical-coordinate representation of color #185268: hue angle of 196.5º 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 #185268 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 82 104 -
CMYK 0.77 0.21 0 0.59
HSL 196.5º 0.63% 0.25% -
HSV(B) 196.5º 0.77% 0.41% -
XYZ 5.89 7.23 14.18 -
YUV 67.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 24 82 104 0.77 0.21 0 0.59 196.5 0.63 0.25
Hex 18 52 68 4D 15 0 3B C4 3E 19
Octal 30 122 150 115 25 0 73 304 76 31
Binary 11000 1010010 1101000 1001101 10101 0 111011 11000100 111110 11001

Color Harmonies of #185268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185268

Black with #185268

Text Example


Text Example

White with #185268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185268; }

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

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

background-color css

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

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

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

border-color css

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

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

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