Html Css Color HEX #185B76 Orient

📋 copy color: '#185B76'

red 24 ◦ green 91 ◦ blue 118

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

Shades of Orient #185B76

Tints of Orient #185B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.06%

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

R = 10.3%
G = 39.06%
B = 50.64%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185B76 (or 0x185B76) is known color: Orient. HEX triplet: 18, 5B and 76. RGB value is (24,91,118). Sum of RGB (Red+Green+Blue) = 24+91+118=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #185B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B76 is #E7A489. Grayscale: #494949. Windows color (decimal): -15180938 or 7756568. OLE color: 7756568.

HSL color Cylindrical-coordinate representation of color #185B76: hue angle of 197.23º 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 #185B76 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 91 118 -
CMYK 0.80 0.23 0 0.54
HSL 197.23º 0.66% 0.28% -
HSV(B) 197.23º 0.8% 0.46% -
XYZ 7.39 8.98 18.48 -
YUV 74.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 24 91 118 0.80 0.23 0 0.54 197.23 0.66 0.28
Hex 18 5B 76 50 17 0 36 C5 42 1C
Octal 30 133 166 120 27 0 66 305 102 34
Binary 11000 1011011 1110110 1010000 10111 0 110110 11000101 1000010 11100

Color Harmonies of #185B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B76

Black with #185B76

Text Example


Text Example

White with #185B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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