Html Css Color HEX #185F76 Allports

📋 copy color: '#185F76'

red 24 ◦ green 95 ◦ blue 118

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

Shades of Allports #185F76

Tints of Allports #185F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.08%

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 10.13%
G = 40.08%
B = 49.79%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185F76 (or 0x185F76) is known color: Allports. HEX triplet: 18, 5F and 76. RGB value is (24,95,118). Sum of RGB (Red+Green+Blue) = 24+95+118=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #185F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F76 is #E7A089. Grayscale: #4C4C4C. Windows color (decimal): -15179914 or 7757592. OLE color: 7757592.

HSL color Cylindrical-coordinate representation of color #185F76: hue angle of 194.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185F76 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 95 118 -
CMYK 0.80 0.19 0 0.54
HSL 194.68º 0.66% 0.28% -
HSV(B) 194.68º 0.8% 0.46% -
XYZ 7.74 9.69 18.6 -
YUV 76.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 24 95 118 0.80 0.19 0 0.54 194.68 0.66 0.28
Hex 18 5F 76 50 13 0 36 C3 42 1C
Octal 30 137 166 120 23 0 66 303 102 34
Binary 11000 1011111 1110110 1010000 10011 0 110110 11000011 1000010 11100

Color Harmonies of #185F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F76

Black with #185F76

Text Example


Text Example

White with #185F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185F76; }

 p { color: rgb(24,95,118); }

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

background-color css

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

 a { background-color: rgb(24,95,118); }

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

border-color css

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

 span { border-color: rgb(24,95,118); }

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