Html Css Color HEX #18536C Orient

📋 copy color: '#18536C'

red 24 ◦ green 83 ◦ blue 108

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

Shades of Orient #18536C

Tints of Orient #18536C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.6%

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

R = 11.16%
G = 38.6%
B = 50.23%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18536C (or 0x18536C) is known color: Orient. HEX triplet: 18, 53 and 6C. RGB value is (24,83,108). Sum of RGB (Red+Green+Blue) = 24+83+108=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #18536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18536C is #E7AC93. Grayscale: #444444. Windows color (decimal): -15182996 or 7099160. OLE color: 7099160.

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

Color convert

RGB 24 83 108 -
CMYK 0.78 0.23 0 0.58
HSL 197.86º 0.64% 0.26% -
HSV(B) 197.86º 0.78% 0.42% -
XYZ 6.18 7.46 15.3 -
YUV 68.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 24 83 108 0.78 0.23 0 0.58 197.86 0.64 0.26
Hex 18 53 6C 4E 17 0 3A C6 40 1A
Octal 30 123 154 116 27 0 72 306 100 32
Binary 11000 1010011 1101100 1001110 10111 0 111010 11000110 1000000 11010

Color Harmonies of #18536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18536C

Black with #18536C

Text Example


Text Example

White with #18536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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