#18869D

Color #18869D Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #18869D

Tints of Eastern Blue #18869D

Color information

#18869D (or 0x18869D) is unknown color: approx Eastern Blue. HEX triplet: 18, 86 and 9D. RGB value is (24,134,157). Sum of RGB (Red+Green+Blue) = 24+134+157=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #18869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18869D is #E77962. Grayscale: #676767. Windows color (decimal): -15169891 or 10323480. OLE color: 10323480.

HSL color Cylindrical-coordinate representation of color #18869D: hue angle of 190.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18869D is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB24134157-
CMYK0.850.1500.38
HSL190.38º73.48%35.49%-
HSV(B)190.38º84.71%61.57%-
XYZ14.9919.6834.91-
YUV103.73158.0671.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=7.62%
G=42.54%
B=49.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241341570.850.1500.38190.3873.4835.49
Hex18869D55F026be4923
Octal302062351251704627611143
Binary110001000011010011101101010111110100110101111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,134,157); }

 H1.HeaderClassName
 {
   color: #18869D;
 }
 .AnyTagClassName
 {
   color: #18869D;
 }
</style>
background-color css

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

 a { background-color: rgb(24,134,157); }

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

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

 span { border-color: rgb(24,134,157); }

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