Html Css Color HEX #18587A Orient

📋 copy color: '#18587A'

red 24 ◦ green 88 ◦ blue 122

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

Shades of Orient #18587A

Tints of Orient #18587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.14%

R = 10.26%
G = 37.61%
B = 52.14%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18587A (or 0x18587A) is known color: Orient. HEX triplet: 18, 58 and 7A. RGB value is (24,88,122). Sum of RGB (Red+Green+Blue) = 24+88+122=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #18587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18587A is #E7A785. Grayscale: #484848. Windows color (decimal): -15181702 or 8017944. OLE color: 8017944.

HSL color Cylindrical-coordinate representation of color #18587A: hue angle of 200.82º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18587A is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 88 122 -
CMYK 0.80 0.28 0 0.52
HSL 200.82º 0.67% 0.29% -
HSV(B) 200.82º 0.8% 0.48% -
XYZ 7.38 8.58 19.68 -
YUV 72.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 24 88 122 0.80 0.28 0 0.52 200.82 0.67 0.29
Hex 18 58 7A 50 1C 0 34 C9 43 1D
Octal 30 130 172 120 34 0 64 311 103 35
Binary 11000 1011000 1111010 1010000 11100 0 110100 11001001 1000011 11101

Color Harmonies of #18587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18587A

Black with #18587A

Text Example


Text Example

White with #18587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18587A; }

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

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

background-color css

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

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

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

border-color css

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

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

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