Html Css Color HEX #185F80 Orient

📋 copy color: '#185F80'

red 24 ◦ green 95 ◦ blue 128

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

Shades of Orient #185F80

Tints of Orient #185F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.82%

R = 9.72%
G = 38.46%
B = 51.82%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#185F80 (or 0x185F80) is known color: Orient. HEX triplet: 18, 5F and 80. RGB value is (24,95,128). Sum of RGB (Red+Green+Blue) = 24+95+128=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #185F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185F80 is #E7A07F. Grayscale: #4D4D4D. Windows color (decimal): -15179904 or 8412952. OLE color: 8412952.

HSL color Cylindrical-coordinate representation of color #185F80: hue angle of 199.04º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185F80 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 95 128 -
CMYK 0.81 0.26 0 0.50
HSL 199.04º 0.68% 0.3% -
HSV(B) 199.04º 0.81% 0.5% -
XYZ 8.37 9.94 21.9 -
YUV 77.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 24 95 128 0.81 0.26 0 0.50 199.04 0.68 0.3
Hex 18 5F 80 51 1A 0 32 C7 44 1E
Octal 30 137 200 121 32 0 62 307 104 36
Binary 11000 1011111 10000000 1010001 11010 0 110010 11000111 1000100 11110

Color Harmonies of #185F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F80

Black with #185F80

Text Example


Text Example

White with #185F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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