Html Css Color HEX #18566C Orient

📋 copy color: '#18566C'

red 24 ◦ green 86 ◦ blue 108

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

Shades of Orient #18566C

Tints of Orient #18566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.45%

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

R = 11.01%
G = 39.45%
B = 49.54%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18566C (or 0x18566C) is known color: Orient. HEX triplet: 18, 56 and 6C. RGB value is (24,86,108). Sum of RGB (Red+Green+Blue) = 24+86+108=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #18566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18566C is #E7A993. Grayscale: #454545. Windows color (decimal): -15182228 or 7099928. OLE color: 7099928.

HSL color Cylindrical-coordinate representation of color #18566C: hue angle of 195.71º 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 #18566C is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 86 108 -
CMYK 0.78 0.20 0 0.58
HSL 195.71º 0.64% 0.26% -
HSV(B) 195.71º 0.78% 0.42% -
XYZ 6.41 7.93 15.38 -
YUV 69.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 24 86 108 0.78 0.20 0 0.58 195.71 0.64 0.26
Hex 18 56 6C 4E 14 0 3A C4 40 1A
Octal 30 126 154 116 24 0 72 304 100 32
Binary 11000 1010110 1101100 1001110 10100 0 111010 11000100 1000000 11010

Color Harmonies of #18566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18566C

Black with #18566C

Text Example


Text Example

White with #18566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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