Html Css Color HEX #18556E Orient

📋 copy color: '#18556E'

red 24 ◦ green 85 ◦ blue 110

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

Shades of Orient #18556E

Tints of Orient #18556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.81%

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

R = 10.96%
G = 38.81%
B = 50.23%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18556E (or 0x18556E) is known color: Orient. HEX triplet: 18, 55 and 6E. RGB value is (24,85,110). Sum of RGB (Red+Green+Blue) = 24+85+110=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #18556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18556E is #E7AA91. Grayscale: #454545. Windows color (decimal): -15182482 or 7230744. OLE color: 7230744.

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

Color convert

RGB 24 85 110 -
CMYK 0.78 0.23 0 0.57
HSL 197.44º 0.64% 0.26% -
HSV(B) 197.44º 0.78% 0.43% -
XYZ 6.44 7.82 15.92 -
YUV 69.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 24 85 110 0.78 0.23 0 0.57 197.44 0.64 0.26
Hex 18 55 6E 4E 17 0 39 C5 40 1A
Octal 30 125 156 116 27 0 71 305 100 32
Binary 11000 1010101 1101110 1001110 10111 0 111001 11000101 1000000 11010

Color Harmonies of #18556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18556E

Black with #18556E

Text Example


Text Example

White with #18556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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