Html Css Color HEX #185067 Arapawa

📋 copy color: '#185067'

red 24 ◦ green 80 ◦ blue 103

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

Shades of Arapawa #185067

Tints of Arapawa #185067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.76%

R = 11.59%
G = 38.65%
B = 49.76%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#185067 (or 0x185067) is known color: Arapawa. HEX triplet: 18, 50 and 67. RGB value is (24,80,103). Sum of RGB (Red+Green+Blue) = 24+80+103=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #185067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185067 is #E7AF98. Grayscale: #414141. Windows color (decimal): -15183769 or 6770712. OLE color: 6770712.

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

Color convert

RGB 24 80 103 -
CMYK 0.77 0.22 0 0.60
HSL 197.47º 0.62% 0.25% -
HSV(B) 197.47º 0.77% 0.4% -
XYZ 5.69 6.91 13.87 -
YUV 65.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 24 80 103 0.77 0.22 0 0.60 197.47 0.62 0.25
Hex 18 50 67 4D 16 0 3C C5 3E 19
Octal 30 120 147 115 26 0 74 305 76 31
Binary 11000 1010000 1100111 1001101 10110 0 111100 11000101 111110 11001

Color Harmonies of #185067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185067

Black with #185067

Text Example


Text Example

White with #185067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185067; }

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

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

background-color css

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

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

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

border-color css

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

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

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