Html Css Color HEX #185873 Orient

📋 copy color: '#185873'

red 24 ◦ green 88 ◦ blue 115

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

Shades of Orient #185873

Tints of Orient #185873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

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

R = 10.57%
G = 38.77%
B = 50.66%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185873 (or 0x185873) is known color: Orient. HEX triplet: 18, 58 and 73. RGB value is (24,88,115). Sum of RGB (Red+Green+Blue) = 24+88+115=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #185873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185873 is #E7A78C. Grayscale: #474747. Windows color (decimal): -15181709 or 7559192. OLE color: 7559192.

HSL color Cylindrical-coordinate representation of color #185873: hue angle of 197.8º 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 #185873 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 88 115 -
CMYK 0.79 0.23 0 0.55
HSL 197.8º 0.65% 0.27% -
HSV(B) 197.8º 0.79% 0.45% -
XYZ 6.96 8.41 17.48 -
YUV 71.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 24 88 115 0.79 0.23 0 0.55 197.8 0.65 0.27
Hex 18 58 73 4F 17 0 37 C6 41 1B
Octal 30 130 163 117 27 0 67 306 101 33
Binary 11000 1011000 1110011 1001111 10111 0 110111 11000110 1000001 11011

Color Harmonies of #185873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185873

Black with #185873

Text Example


Text Example

White with #185873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185873; }

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

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

background-color css

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

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

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

border-color css

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

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

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