Html Css Color HEX #185368 Arapawa

📋 copy color: '#185368'

red 24 ◦ green 83 ◦ blue 104

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

Shades of Arapawa #185368

Tints of Arapawa #185368

RGB

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

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

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

R = 11.37%
G = 39.34%
B = 49.29%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#185368 (or 0x185368) is known color: Arapawa. HEX triplet: 18, 53 and 68. RGB value is (24,83,104). Sum of RGB (Red+Green+Blue) = 24+83+104=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #185368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185368 is #E7AC97. Grayscale: #434343. Windows color (decimal): -15183000 or 6837016. OLE color: 6837016.

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

Color convert

RGB 24 83 104 -
CMYK 0.77 0.20 0 0.59
HSL 195.75º 0.63% 0.25% -
HSV(B) 195.75º 0.77% 0.41% -
XYZ 5.97 7.38 14.21 -
YUV 67.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 24 83 104 0.77 0.20 0 0.59 195.75 0.63 0.25
Hex 18 53 68 4D 14 0 3B C4 3E 19
Octal 30 123 150 115 24 0 73 304 76 31
Binary 11000 1010011 1101000 1001101 10100 0 111011 11000100 111110 11001

Color Harmonies of #185368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185368

Black with #185368

Text Example


Text Example

White with #185368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185368; }

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

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

background-color css

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

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

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

border-color css

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

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

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