Html Css Color HEX #185C76 Orient

📋 copy color: '#185C76'

red 24 ◦ green 92 ◦ blue 118

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

Shades of Orient #185C76

Tints of Orient #185C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.32%

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

R = 10.26%
G = 39.32%
B = 50.43%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185C76 (or 0x185C76) is known color: Orient. HEX triplet: 18, 5C and 76. RGB value is (24,92,118). Sum of RGB (Red+Green+Blue) = 24+92+118=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #185C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C76 is #E7A389. Grayscale: #4A4A4A. Windows color (decimal): -15180682 or 7756824. OLE color: 7756824.

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

Color convert

RGB 24 92 118 -
CMYK 0.80 0.22 0 0.54
HSL 196.6º 0.66% 0.28% -
HSV(B) 196.6º 0.8% 0.46% -
XYZ 7.47 9.16 18.51 -
YUV 74.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 24 92 118 0.80 0.22 0 0.54 196.6 0.66 0.28
Hex 18 5C 76 50 16 0 36 C5 42 1C
Octal 30 134 166 120 26 0 66 305 102 34
Binary 11000 1011100 1110110 1010000 10110 0 110110 11000101 1000010 11100

Color Harmonies of #185C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185C76

Black with #185C76

Text Example


Text Example

White with #185C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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