Html Css Color HEX #185267 Arapawa

📋 copy color: '#185267'

red 24 ◦ green 82 ◦ blue 103

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

Shades of Arapawa #185267

Tints of Arapawa #185267

RGB

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

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

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

R = 11.48%
G = 39.23%
B = 49.28%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#185267 (or 0x185267) is known color: Arapawa. HEX triplet: 18, 52 and 67. RGB value is (24,82,103). Sum of RGB (Red+Green+Blue) = 24+82+103=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #185267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185267 is #E7AD98. Grayscale: #424242. Windows color (decimal): -15183257 or 6771224. OLE color: 6771224.

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

Color convert

RGB 24 82 103 -
CMYK 0.77 0.20 0 0.60
HSL 195.95º 0.62% 0.25% -
HSV(B) 195.95º 0.77% 0.4% -
XYZ 5.84 7.21 13.92 -
YUV 67.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 24 82 103 0.77 0.20 0 0.60 195.95 0.62 0.25
Hex 18 52 67 4D 14 0 3C C4 3E 19
Octal 30 122 147 115 24 0 74 304 76 31
Binary 11000 1010010 1100111 1001101 10100 0 111100 11000100 111110 11001

Color Harmonies of #185267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185267

Black with #185267

Text Example


Text Example

White with #185267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185267; }

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

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

background-color css

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

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

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

border-color css

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

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

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