Html Css Color HEX #185364 Arapawa

📋 copy color: '#185364'

red 24 ◦ green 83 ◦ blue 100

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

Shades of Arapawa #185364

Tints of Arapawa #185364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

 BLUE value IS 100 (39.45% from 255) = 48.31%

R = 11.59%
G = 40.1%
B = 48.31%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#185364 (or 0x185364) is known color: Arapawa. HEX triplet: 18, 53 and 64. RGB value is (24,83,100). Sum of RGB (Red+Green+Blue) = 24+83+100=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #185364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185364 is #E7AC9B. Grayscale: #434343. Windows color (decimal): -15183004 or 6574872. OLE color: 6574872.

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

Color convert

RGB 24 83 100 -
CMYK 0.76 0.17 0 0.61
HSL 193.42º 0.61% 0.24% -
HSV(B) 193.42º 0.76% 0.39% -
XYZ 5.77 7.3 13.16 -
YUV 67.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 24 83 100 0.76 0.17 0 0.61 193.42 0.61 0.24
Hex 18 53 64 4C 11 0 3D C1 3D 18
Octal 30 123 144 114 21 0 75 301 75 30
Binary 11000 1010011 1100100 1001100 10001 0 111101 11000001 111101 11000

Color Harmonies of #185364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185364

Black with #185364

Text Example


Text Example

White with #185364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185364; }

 p { color: rgb(24,83,100); }

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

background-color css

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

 a { background-color: rgb(24,83,100); }

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

border-color css

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

 span { border-color: rgb(24,83,100); }

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