Html Css Color HEX #185675 Orient

📋 copy color: '#185675'

red 24 ◦ green 86 ◦ blue 117

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

Shades of Orient #185675

Tints of Orient #185675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 10.57%
G = 37.89%
B = 51.54%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185675 (or 0x185675) is known color: Orient. HEX triplet: 18, 56 and 75. RGB value is (24,86,117). Sum of RGB (Red+Green+Blue) = 24+86+117=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #185675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185675 is #E7A98A. Grayscale: #464646. Windows color (decimal): -15182219 or 7689752. OLE color: 7689752.

HSL color Cylindrical-coordinate representation of color #185675: hue angle of 200º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185675 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 86 117 -
CMYK 0.79 0.26 0 0.54
HSL 200º 0.66% 0.28% -
HSV(B) 200º 0.79% 0.46% -
XYZ 6.92 8.13 18.04 -
YUV 71 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 24 86 117 0.79 0.26 0 0.54 200 0.66 0.28
Hex 18 56 75 4F 1A 0 36 C8 42 1C
Octal 30 126 165 117 32 0 66 310 102 34
Binary 11000 1010110 1110101 1001111 11010 0 110110 11001000 1000010 11100

Color Harmonies of #185675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185675

Black with #185675

Text Example


Text Example

White with #185675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185675; }

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

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

background-color css

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

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

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

border-color css

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

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

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