Html Css Color HEX #18576E Orient

📋 copy color: '#18576E'

red 24 ◦ green 87 ◦ blue 110

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

Shades of Orient #18576E

Tints of Orient #18576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.37%

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 10.86%
G = 39.37%
B = 49.77%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18576E (or 0x18576E) is known color: Orient. HEX triplet: 18, 57 and 6E. RGB value is (24,87,110). Sum of RGB (Red+Green+Blue) = 24+87+110=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #18576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18576E is #E7A891. Grayscale: #464646. Windows color (decimal): -15181970 or 7231256. OLE color: 7231256.

HSL color Cylindrical-coordinate representation of color #18576E: hue angle of 196.05º 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 #18576E is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 87 110 -
CMYK 0.78 0.21 0 0.57
HSL 196.05º 0.64% 0.26% -
HSV(B) 196.05º 0.78% 0.43% -
XYZ 6.6 8.14 15.97 -
YUV 70.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 24 87 110 0.78 0.21 0 0.57 196.05 0.64 0.26
Hex 18 57 6E 4E 15 0 39 C4 40 1A
Octal 30 127 156 116 25 0 71 304 100 32
Binary 11000 1010111 1101110 1001110 10101 0 111001 11000100 1000000 11010

Color Harmonies of #18576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18576E

Black with #18576E

Text Example


Text Example

White with #18576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18576E; }

 p { color: rgb(24,87,110); }

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

background-color css

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

 a { background-color: rgb(24,87,110); }

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

border-color css

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

 span { border-color: rgb(24,87,110); }

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