Html Css Color HEX #18587B Orient

📋 copy color: '#18587B'

red 24 ◦ green 88 ◦ blue 123

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

Shades of Orient #18587B

Tints of Orient #18587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 52.34%

R = 10.21%
G = 37.45%
B = 52.34%

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

#18587B (or 0x18587B) is known color: Orient. HEX triplet: 18, 58 and 7B. RGB value is (24,88,123). Sum of RGB (Red+Green+Blue) = 24+88+123=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #18587B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18587B is #E7A784. Grayscale: #484848. Windows color (decimal): -15181701 or 8083480. OLE color: 8083480.

HSL color Cylindrical-coordinate representation of color #18587B: hue angle of 201.21º 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 #18587B is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 88 123 -
CMYK 0.80 0.28 0 0.52
HSL 201.21º 0.67% 0.29% -
HSV(B) 201.21º 0.8% 0.48% -
XYZ 7.44 8.6 20.01 -
YUV 72.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 24 88 123 0.80 0.28 0 0.52 201.21 0.67 0.29
Hex 18 58 7B 50 1C 0 34 C9 43 1D
Octal 30 130 173 120 34 0 64 311 103 35
Binary 11000 1011000 1111011 1010000 11100 0 110100 11001001 1000011 11101

Color Harmonies of #18587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18587B

Black with #18587B

Text Example


Text Example

White with #18587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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