Html Css Color HEX #187985 Allports

📋 copy color: '#187985'

red 24 ◦ green 121 ◦ blue 133

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

Shades of Allports #187985

Tints of Allports #187985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 8.63%
G = 43.53%
B = 47.84%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#187985 (or 0x187985) is known color: Allports. HEX triplet: 18, 79 and 85. RGB value is (24,121,133). Sum of RGB (Red+Green+Blue) = 24+121+133=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #187985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187985 is #E7867A. Grayscale: #5D5D5D. Windows color (decimal): -15173243 or 8747288. OLE color: 8747288.

HSL color Cylindrical-coordinate representation of color #187985: hue angle of 186.61º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187985 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 121 133 -
CMYK 0.82 0.09 0 0.48
HSL 186.61º 0.69% 0.31% -
HSV(B) 186.61º 0.82% 0.52% -
XYZ 11.45 15.56 24.59 -
YUV 93.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 24 121 133 0.82 0.09 0 0.48 186.61 0.69 0.31
Hex 18 79 85 52 9 0 30 BB 45 1F
Octal 30 171 205 122 11 0 60 273 105 37
Binary 11000 1111001 10000101 1010010 1001 0 110000 10111011 1000101 11111

Color Harmonies of #187985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187985

Black with #187985

Text Example


Text Example

White with #187985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187985; }

 p { color: rgb(24,121,133); }

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

background-color css

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

 a { background-color: rgb(24,121,133); }

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

border-color css

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

 span { border-color: rgb(24,121,133); }

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