Html Css Color HEX #18556C Orient

📋 copy color: '#18556C'

red 24 ◦ green 85 ◦ blue 108

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

Shades of Orient #18556C

Tints of Orient #18556C

RGB

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

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

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

R = 11.06%
G = 39.17%
B = 49.77%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18556C (or 0x18556C) is known color: Orient. HEX triplet: 18, 55 and 6C. RGB value is (24,85,108). Sum of RGB (Red+Green+Blue) = 24+85+108=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #18556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18556C is #E7AA93. Grayscale: #454545. Windows color (decimal): -15182484 or 7099672. OLE color: 7099672.

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

Color convert

RGB 24 85 108 -
CMYK 0.78 0.21 0 0.58
HSL 196.43º 0.64% 0.26% -
HSV(B) 196.43º 0.78% 0.42% -
XYZ 6.33 7.77 15.35 -
YUV 69.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 24 85 108 0.78 0.21 0 0.58 196.43 0.64 0.26
Hex 18 55 6C 4E 15 0 3A C4 40 1A
Octal 30 125 154 116 25 0 72 304 100 32
Binary 11000 1010101 1101100 1001110 10101 0 111010 11000100 1000000 11010

Color Harmonies of #18556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18556C

Black with #18556C

Text Example


Text Example

White with #18556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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