Html Css Color HEX #18526C Orient

📋 copy color: '#18526C'

red 24 ◦ green 82 ◦ blue 108

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

Shades of Orient #18526C

Tints of Orient #18526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

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

R = 11.21%
G = 38.32%
B = 50.47%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18526C (or 0x18526C) is known color: Orient. HEX triplet: 18, 52 and 6C. RGB value is (24,82,108). Sum of RGB (Red+Green+Blue) = 24+82+108=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #18526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18526C is #E7AD93. Grayscale: #434343. Windows color (decimal): -15183252 or 7098904. OLE color: 7098904.

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

Color convert

RGB 24 82 108 -
CMYK 0.78 0.24 0 0.58
HSL 198.57º 0.64% 0.26% -
HSV(B) 198.57º 0.78% 0.42% -
XYZ 6.1 7.31 15.28 -
YUV 67.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 24 82 108 0.78 0.24 0 0.58 198.57 0.64 0.26
Hex 18 52 6C 4E 18 0 3A C7 40 1A
Octal 30 122 154 116 30 0 72 307 100 32
Binary 11000 1010010 1101100 1001110 11000 0 111010 11000111 1000000 11010

Color Harmonies of #18526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18526C

Black with #18526C

Text Example


Text Example

White with #18526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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