Html Css Color HEX #018EA5 Eastern Blue

📋 copy color: '#018EA5'

red 1 ◦ green 142 ◦ blue 165

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

Shades of Eastern Blue #018EA5

Tints of Eastern Blue #018EA5

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

 GREEN value IS 142 (55.86% from 255) = 46.1%

 BLUE value IS 165 (64.84% from 255) = 53.57%

R = 0.32%
G = 46.1%
B = 53.57%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#018EA5 (or 0x018EA5) is known color: Eastern Blue. HEX triplet: 01, 8E and A5. RGB value is (1,142,165). Sum of RGB (Red+Green+Blue) = 1+142+165=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #018EA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EA5 is #FE715A. Grayscale: #666666. Windows color (decimal): -16675163 or 10849793. OLE color: 10849793.

HSL color Cylindrical-coordinate representation of color #018EA5: hue angle of 188.41º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EA5 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 142 165 -
CMYK 0.99 0.14 0 0.35
HSL 188.41º 0.99% 0.33% -
HSV(B) 188.41º 0.99% 0.65% -
XYZ 16.48 22.07 38.99 -
YUV 102.46 163.29 55.63 -
System Red Green Blue C M Y K H S L
Decimal 1 142 165 0.99 0.14 0 0.35 188.41 0.99 0.33
Hex 1 8E A5 63 E 0 23 BC 63 21
Octal 1 216 245 143 16 0 43 274 143 41
Binary 1 10001110 10100101 1100011 1110 0 100011 10111100 1100011 100001

Color Harmonies of #018EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EA5

Black with #018EA5

Text Example


Text Example

White with #018EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018EA5; }

 p { color: rgb(1,142,165); }

 H1.HeaderClassName
 {
   color: #018EA5;
 }
 .AnyTagClassName
 {
   color: #018EA5;
 }
</style>

background-color css

<style>
 a { background-color: #018EA5; }

 a { background-color: rgb(1,142,165); }

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

border-color css

<style>
 span { border-color: #018EA5; }

 span { border-color: rgb(1,142,165); }

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