Html Css Color HEX #185A73 Orient

📋 copy color: '#185A73'

red 24 ◦ green 90 ◦ blue 115

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

Shades of Orient #185A73

Tints of Orient #185A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 10.48%
G = 39.3%
B = 50.22%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185A73 (or 0x185A73) is known color: Orient. HEX triplet: 18, 5A and 73. RGB value is (24,90,115). Sum of RGB (Red+Green+Blue) = 24+90+115=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #185A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A73 is #E7A58C. Grayscale: #484848. Windows color (decimal): -15181197 or 7559704. OLE color: 7559704.

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

Color convert

RGB 24 90 115 -
CMYK 0.79 0.22 0 0.55
HSL 196.48º 0.65% 0.27% -
HSV(B) 196.48º 0.79% 0.45% -
XYZ 7.13 8.74 17.53 -
YUV 73.12 151.63 92.97 -
System Red Green Blue C M Y K H S L
Decimal 24 90 115 0.79 0.22 0 0.55 196.48 0.65 0.27
Hex 18 5A 73 4F 16 0 37 C4 41 1B
Octal 30 132 163 117 26 0 67 304 101 33
Binary 11000 1011010 1110011 1001111 10110 0 110111 11000100 1000001 11011

Color Harmonies of #185A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A73

Black with #185A73

Text Example


Text Example

White with #185A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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