Html Css Color HEX #185671 Orient

📋 copy color: '#185671'

red 24 ◦ green 86 ◦ blue 113

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

Shades of Orient #185671

Tints of Orient #185671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 10.76%
G = 38.57%
B = 50.67%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#185671 (or 0x185671) is known color: Orient. HEX triplet: 18, 56 and 71. RGB value is (24,86,113). Sum of RGB (Red+Green+Blue) = 24+86+113=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #185671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185671 is #E7A98E. Grayscale: #464646. Windows color (decimal): -15182223 or 7427608. OLE color: 7427608.

HSL color Cylindrical-coordinate representation of color #185671: hue angle of 198.2º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185671 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 86 113 -
CMYK 0.79 0.24 0 0.56
HSL 198.2º 0.65% 0.27% -
HSV(B) 198.2º 0.79% 0.44% -
XYZ 6.69 8.04 16.82 -
YUV 70.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 24 86 113 0.79 0.24 0 0.56 198.2 0.65 0.27
Hex 18 56 71 4F 18 0 38 C6 41 1B
Octal 30 126 161 117 30 0 70 306 101 33
Binary 11000 1010110 1110001 1001111 11000 0 111000 11000110 1000001 11011

Color Harmonies of #185671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185671

Black with #185671

Text Example


Text Example

White with #185671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185671; }

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

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

background-color css

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

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

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

border-color css

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

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

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