Html Css Color HEX #18586D Orient

📋 copy color: '#18586D'

red 24 ◦ green 88 ◦ blue 109

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

Shades of Orient #18586D

Tints of Orient #18586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 10.86%
G = 39.82%
B = 49.32%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18586D (or 0x18586D) is known color: Orient. HEX triplet: 18, 58 and 6D. RGB value is (24,88,109). Sum of RGB (Red+Green+Blue) = 24+88+109=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #18586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18586D is #E7A792. Grayscale: #474747. Windows color (decimal): -15181715 or 7165976. OLE color: 7165976.

HSL color Cylindrical-coordinate representation of color #18586D: hue angle of 194.82º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18586D is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 88 109 -
CMYK 0.78 0.19 0 0.57
HSL 194.82º 0.64% 0.26% -
HSV(B) 194.82º 0.78% 0.43% -
XYZ 6.63 8.28 15.72 -
YUV 71.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 24 88 109 0.78 0.19 0 0.57 194.82 0.64 0.26
Hex 18 58 6D 4E 13 0 39 C3 40 1A
Octal 30 130 155 116 23 0 71 303 100 32
Binary 11000 1011000 1101101 1001110 10011 0 111001 11000011 1000000 11010

Color Harmonies of #18586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18586D

Black with #18586D

Text Example


Text Example

White with #18586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18586D; }

 p { color: rgb(24,88,109); }

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

background-color css

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

 a { background-color: rgb(24,88,109); }

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

border-color css

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

 span { border-color: rgb(24,88,109); }

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