Html Css Color HEX #185674 Orient

📋 copy color: '#185674'

red 24 ◦ green 86 ◦ blue 116

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

Shades of Orient #185674

Tints of Orient #185674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.33%

R = 10.62%
G = 38.05%
B = 51.33%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185674 (or 0x185674) is known color: Orient. HEX triplet: 18, 56 and 74. RGB value is (24,86,116). Sum of RGB (Red+Green+Blue) = 24+86+116=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #185674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185674 is #E7A98B. Grayscale: #464646. Windows color (decimal): -15182220 or 7624216. OLE color: 7624216.

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

Color convert

RGB 24 86 116 -
CMYK 0.79 0.26 0 0.55
HSL 199.57º 0.66% 0.27% -
HSV(B) 199.57º 0.79% 0.45% -
XYZ 6.86 8.11 17.73 -
YUV 70.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 24 86 116 0.79 0.26 0 0.55 199.57 0.66 0.27
Hex 18 56 74 4F 1A 0 37 C8 42 1B
Octal 30 126 164 117 32 0 67 310 102 33
Binary 11000 1010110 1110100 1001111 11010 0 110111 11001000 1000010 11011

Color Harmonies of #185674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185674

Black with #185674

Text Example


Text Example

White with #185674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185674; }

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

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

background-color css

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

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

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

border-color css

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

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

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