Html Css Color HEX #185173 Orient

📋 copy color: '#185173'

red 24 ◦ green 81 ◦ blue 115

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

Shades of Orient #185173

Tints of Orient #185173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.82%

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

R = 10.91%
G = 36.82%
B = 52.27%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185173 (or 0x185173) is known color: Orient. HEX triplet: 18, 51 and 73. RGB value is (24,81,115). Sum of RGB (Red+Green+Blue) = 24+81+115=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #185173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185173 is #E7AE8C. Grayscale: #434343. Windows color (decimal): -15183501 or 7557400. OLE color: 7557400.

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

Color convert

RGB 24 81 115 -
CMYK 0.79 0.30 0 0.55
HSL 202.42º 0.65% 0.27% -
HSV(B) 202.42º 0.79% 0.45% -
XYZ 6.41 7.32 17.29 -
YUV 67.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 24 81 115 0.79 0.30 0 0.55 202.42 0.65 0.27
Hex 18 51 73 4F 1E 0 37 CA 41 1B
Octal 30 121 163 117 36 0 67 312 101 33
Binary 11000 1010001 1110011 1001111 11110 0 110111 11001010 1000001 11011

Color Harmonies of #185173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185173

Black with #185173

Text Example


Text Example

White with #185173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185173; }

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

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

background-color css

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

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

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

border-color css

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

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

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