Html Css Color HEX #018AA5 Eastern Blue

📋 copy color: '#018AA5'

red 1 ◦ green 138 ◦ blue 165

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

Shades of Eastern Blue #018AA5

Tints of Eastern Blue #018AA5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.39%

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

R = 0.33%
G = 45.39%
B = 54.28%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#018AA5 (or 0x018AA5) is known color: Eastern Blue. HEX triplet: 01, 8A and A5. RGB value is (1,138,165). Sum of RGB (Red+Green+Blue) = 1+138+165=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #018AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AA5 is #FE755A. Grayscale: #636363. Windows color (decimal): -16676187 or 10848769. OLE color: 10848769.

HSL color Cylindrical-coordinate representation of color #018AA5: hue angle of 189.88º 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 #018AA5 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 138 165 -
CMYK 0.99 0.16 0 0.35
HSL 189.88º 0.99% 0.33% -
HSV(B) 189.88º 0.99% 0.65% -
XYZ 15.89 20.9 38.79 -
YUV 100.12 164.61 57.3 -
System Red Green Blue C M Y K H S L
Decimal 1 138 165 0.99 0.16 0 0.35 189.88 0.99 0.33
Hex 1 8A A5 63 10 0 23 BE 63 21
Octal 1 212 245 143 20 0 43 276 143 41
Binary 1 10001010 10100101 1100011 10000 0 100011 10111110 1100011 100001

Color Harmonies of #018AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AA5

Black with #018AA5

Text Example


Text Example

White with #018AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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