Html Css Color HEX #185F71 Allports

📋 copy color: '#185F71'

red 24 ◦ green 95 ◦ blue 113

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

Shades of Allports #185F71

Tints of Allports #185F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 10.34%
G = 40.95%
B = 48.71%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#185F71 (or 0x185F71) is known color: Allports. HEX triplet: 18, 5F and 71. RGB value is (24,95,113). Sum of RGB (Red+Green+Blue) = 24+95+113=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #185F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F71 is #E7A08E. Grayscale: #4B4B4B. Windows color (decimal): -15179919 or 7429912. OLE color: 7429912.

HSL color Cylindrical-coordinate representation of color #185F71: hue angle of 192.13º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185F71 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 95 113 -
CMYK 0.79 0.16 0 0.56
HSL 192.13º 0.65% 0.27% -
HSV(B) 192.13º 0.79% 0.44% -
XYZ 7.45 9.57 17.08 -
YUV 75.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 24 95 113 0.79 0.16 0 0.56 192.13 0.65 0.27
Hex 18 5F 71 4F 10 0 38 C0 41 1B
Octal 30 137 161 117 20 0 70 300 101 33
Binary 11000 1011111 1110001 1001111 10000 0 111000 11000000 1000001 11011

Color Harmonies of #185F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F71

Black with #185F71

Text Example


Text Example

White with #185F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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