Html Css Color HEX #185673 Orient

📋 copy color: '#185673'

red 24 ◦ green 86 ◦ blue 115

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

Shades of Orient #185673

Tints of Orient #185673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

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

R = 10.67%
G = 38.22%
B = 51.11%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185673 (or 0x185673) is known color: Orient. HEX triplet: 18, 56 and 73. RGB value is (24,86,115). Sum of RGB (Red+Green+Blue) = 24+86+115=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #185673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185673 is #E7A98C. Grayscale: #464646. Windows color (decimal): -15182221 or 7558680. OLE color: 7558680.

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

Color convert

RGB 24 86 115 -
CMYK 0.79 0.25 0 0.55
HSL 199.12º 0.65% 0.27% -
HSV(B) 199.12º 0.79% 0.45% -
XYZ 6.8 8.09 17.42 -
YUV 70.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 24 86 115 0.79 0.25 0 0.55 199.12 0.65 0.27
Hex 18 56 73 4F 19 0 37 C7 41 1B
Octal 30 126 163 117 31 0 67 307 101 33
Binary 11000 1010110 1110011 1001111 11001 0 110111 11000111 1000001 11011

Color Harmonies of #185673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185673

Black with #185673

Text Example


Text Example

White with #185673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185673; }

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

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

background-color css

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

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

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

border-color css

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

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

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