Html Css Color HEX #18526D Orient

📋 copy color: '#18526D'

red 24 ◦ green 82 ◦ blue 109

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

Shades of Orient #18526D

Tints of Orient #18526D

RGB

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

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

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

R = 11.16%
G = 38.14%
B = 50.7%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18526D (or 0x18526D) is known color: Orient. HEX triplet: 18, 52 and 6D. RGB value is (24,82,109). Sum of RGB (Red+Green+Blue) = 24+82+109=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #18526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18526D is #E7AD92. Grayscale: #434343. Windows color (decimal): -15183251 or 7164440. OLE color: 7164440.

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

Color convert

RGB 24 82 109 -
CMYK 0.78 0.25 0 0.57
HSL 199.06º 0.64% 0.26% -
HSV(B) 199.06º 0.78% 0.43% -
XYZ 6.15 7.33 15.56 -
YUV 67.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 24 82 109 0.78 0.25 0 0.57 199.06 0.64 0.26
Hex 18 52 6D 4E 19 0 39 C7 40 1A
Octal 30 122 155 116 31 0 71 307 100 32
Binary 11000 1010010 1101101 1001110 11001 0 111001 11000111 1000000 11010

Color Harmonies of #18526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18526D

Black with #18526D

Text Example


Text Example

White with #18526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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