Html Css Color HEX #18576C Orient

📋 copy color: '#18576C'

red 24 ◦ green 87 ◦ blue 108

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

Shades of Orient #18576C

Tints of Orient #18576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 10.96%
G = 39.73%
B = 49.32%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18576C (or 0x18576C) is known color: Orient. HEX triplet: 18, 57 and 6C. RGB value is (24,87,108). Sum of RGB (Red+Green+Blue) = 24+87+108=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #18576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18576C is #E7A893. Grayscale: #464646. Windows color (decimal): -15181972 or 7100184. OLE color: 7100184.

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

Color convert

RGB 24 87 108 -
CMYK 0.78 0.19 0 0.58
HSL 195º 0.64% 0.26% -
HSV(B) 195º 0.78% 0.42% -
XYZ 6.49 8.09 15.41 -
YUV 70.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 24 87 108 0.78 0.19 0 0.58 195 0.64 0.26
Hex 18 57 6C 4E 13 0 3A C3 40 1A
Octal 30 127 154 116 23 0 72 303 100 32
Binary 11000 1010111 1101100 1001110 10011 0 111010 11000011 1000000 11010

Color Harmonies of #18576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18576C

Black with #18576C

Text Example


Text Example

White with #18576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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