Html Css Color HEX #18566D Orient

📋 copy color: '#18566D'

red 24 ◦ green 86 ◦ blue 109

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

Shades of Orient #18566D

Tints of Orient #18566D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 10.96%
G = 39.27%
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

#18566D (or 0x18566D) is known color: Orient. HEX triplet: 18, 56 and 6D. RGB value is (24,86,109). Sum of RGB (Red+Green+Blue) = 24+86+109=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #18566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18566D is #E7A992. Grayscale: #454545. Windows color (decimal): -15182227 or 7165464. OLE color: 7165464.

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

Color convert

RGB 24 86 109 -
CMYK 0.78 0.21 0 0.57
HSL 196.24º 0.64% 0.26% -
HSV(B) 196.24º 0.78% 0.43% -
XYZ 6.46 7.95 15.66 -
YUV 70.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 24 86 109 0.78 0.21 0 0.57 196.24 0.64 0.26
Hex 18 56 6D 4E 15 0 39 C4 40 1A
Octal 30 126 155 116 25 0 71 304 100 32
Binary 11000 1010110 1101101 1001110 10101 0 111001 11000100 1000000 11010

Color Harmonies of #18566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18566D

Black with #18566D

Text Example


Text Example

White with #18566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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