Html Css Color HEX #18536D Orient

📋 copy color: '#18536D'

red 24 ◦ green 83 ◦ blue 109

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

Shades of Orient #18536D

Tints of Orient #18536D

RGB

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

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

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

R = 11.11%
G = 38.43%
B = 50.46%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18536D (or 0x18536D) is known color: Orient. HEX triplet: 18, 53 and 6D. RGB value is (24,83,109). Sum of RGB (Red+Green+Blue) = 24+83+109=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #18536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18536D is #E7AC92. Grayscale: #444444. Windows color (decimal): -15182995 or 7164696. OLE color: 7164696.

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

Color convert

RGB 24 83 109 -
CMYK 0.78 0.24 0 0.57
HSL 198.35º 0.64% 0.26% -
HSV(B) 198.35º 0.78% 0.43% -
XYZ 6.23 7.48 15.58 -
YUV 68.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 24 83 109 0.78 0.24 0 0.57 198.35 0.64 0.26
Hex 18 53 6D 4E 18 0 39 C6 40 1A
Octal 30 123 155 116 30 0 71 306 100 32
Binary 11000 1010011 1101101 1001110 11000 0 111001 11000110 1000000 11010

Color Harmonies of #18536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18536D

Black with #18536D

Text Example


Text Example

White with #18536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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