Html Css Color HEX #18566E Orient

📋 copy color: '#18566E'

red 24 ◦ green 86 ◦ blue 110

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

Shades of Orient #18566E

Tints of Orient #18566E

RGB

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

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

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

R = 10.91%
G = 39.09%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18566E (or 0x18566E) is known color: Orient. HEX triplet: 18, 56 and 6E. RGB value is (24,86,110). Sum of RGB (Red+Green+Blue) = 24+86+110=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #18566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18566E is #E7A991. Grayscale: #464646. Windows color (decimal): -15182226 or 7231000. OLE color: 7231000.

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

Color convert

RGB 24 86 110 -
CMYK 0.78 0.22 0 0.57
HSL 196.74º 0.64% 0.26% -
HSV(B) 196.74º 0.78% 0.43% -
XYZ 6.52 7.98 15.95 -
YUV 70.2 150.46 95.05 -
System Red Green Blue C M Y K H S L
Decimal 24 86 110 0.78 0.22 0 0.57 196.74 0.64 0.26
Hex 18 56 6E 4E 16 0 39 C5 40 1A
Octal 30 126 156 116 26 0 71 305 100 32
Binary 11000 1010110 1101110 1001110 10110 0 111001 11000101 1000000 11010

Color Harmonies of #18566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18566E

Black with #18566E

Text Example


Text Example

White with #18566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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