Html Css Color HEX #185A76 Orient

📋 copy color: '#185A76'

red 24 ◦ green 90 ◦ blue 118

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

Shades of Orient #185A76

Tints of Orient #185A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.79%

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

R = 10.34%
G = 38.79%
B = 50.86%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185A76 (or 0x185A76) is known color: Orient. HEX triplet: 18, 5A and 76. RGB value is (24,90,118). Sum of RGB (Red+Green+Blue) = 24+90+118=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #185A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A76 is #E7A589. Grayscale: #494949. Windows color (decimal): -15181194 or 7756312. OLE color: 7756312.

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

Color convert

RGB 24 90 118 -
CMYK 0.80 0.24 0 0.54
HSL 197.87º 0.66% 0.28% -
HSV(B) 197.87º 0.8% 0.46% -
XYZ 7.3 8.81 18.46 -
YUV 73.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 24 90 118 0.80 0.24 0 0.54 197.87 0.66 0.28
Hex 18 5A 76 50 18 0 36 C6 42 1C
Octal 30 132 166 120 30 0 66 306 102 34
Binary 11000 1011010 1110110 1010000 11000 0 110110 11000110 1000010 11100

Color Harmonies of #185A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A76

Black with #185A76

Text Example


Text Example

White with #185A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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