Html Css Color HEX #185373 Orient

📋 copy color: '#185373'

red 24 ◦ green 83 ◦ blue 115

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

Shades of Orient #185373

Tints of Orient #185373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

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

R = 10.81%
G = 37.39%
B = 51.8%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185373 (or 0x185373) is known color: Orient. HEX triplet: 18, 53 and 73. RGB value is (24,83,115). Sum of RGB (Red+Green+Blue) = 24+83+115=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #185373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185373 is #E7AC8C. Grayscale: #444444. Windows color (decimal): -15182989 or 7557912. OLE color: 7557912.

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

Color convert

RGB 24 83 115 -
CMYK 0.79 0.28 0 0.55
HSL 201.1º 0.65% 0.27% -
HSV(B) 201.1º 0.79% 0.45% -
XYZ 6.56 7.62 17.34 -
YUV 69.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 24 83 115 0.79 0.28 0 0.55 201.1 0.65 0.27
Hex 18 53 73 4F 1C 0 37 C9 41 1B
Octal 30 123 163 117 34 0 67 311 101 33
Binary 11000 1010011 1110011 1001111 11100 0 110111 11001001 1000001 11011

Color Harmonies of #185373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185373

Black with #185373

Text Example


Text Example

White with #185373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185373; }

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

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

background-color css

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

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

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

border-color css

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

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

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