Html Css Color HEX #185670 Orient

📋 copy color: '#185670'

red 24 ◦ green 86 ◦ blue 112

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

Shades of Orient #185670

Tints of Orient #185670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 10.81%
G = 38.74%
B = 50.45%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#185670 (or 0x185670) is known color: Orient. HEX triplet: 18, 56 and 70. RGB value is (24,86,112). Sum of RGB (Red+Green+Blue) = 24+86+112=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #185670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185670 is #E7A98F. Grayscale: #464646. Windows color (decimal): -15182224 or 7362072. OLE color: 7362072.

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

Color convert

RGB 24 86 112 -
CMYK 0.79 0.23 0 0.56
HSL 197.73º 0.65% 0.27% -
HSV(B) 197.73º 0.79% 0.44% -
XYZ 6.63 8.02 16.53 -
YUV 70.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 24 86 112 0.79 0.23 0 0.56 197.73 0.65 0.27
Hex 18 56 70 4F 17 0 38 C6 41 1B
Octal 30 126 160 117 27 0 70 306 101 33
Binary 11000 1010110 1110000 1001111 10111 0 111000 11000110 1000001 11011

Color Harmonies of #185670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185670

Black with #185670

Text Example


Text Example

White with #185670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185670; }

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

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

background-color css

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

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

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

border-color css

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

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

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