Html Css Color HEX #018AA2 Eastern Blue

📋 copy color: '#018AA2'

red 1 ◦ green 138 ◦ blue 162

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

Shades of Eastern Blue #018AA2

Tints of Eastern Blue #018AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.82%

R = 0.33%
G = 45.85%
B = 53.82%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#018AA2 (or 0x018AA2) is known color: Eastern Blue. HEX triplet: 01, 8A and A2. RGB value is (1,138,162). Sum of RGB (Red+Green+Blue) = 1+138+162=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #018AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AA2 is #FE755D. Grayscale: #636363. Windows color (decimal): -16676190 or 10652161. OLE color: 10652161.

HSL color Cylindrical-coordinate representation of color #018AA2: hue angle of 188.94º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AA2 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 138 162 -
CMYK 0.99 0.15 0 0.36
HSL 188.94º 0.99% 0.32% -
HSV(B) 188.94º 0.99% 0.64% -
XYZ 15.62 20.79 37.37 -
YUV 99.77 163.11 57.55 -
System Red Green Blue C M Y K H S L
Decimal 1 138 162 0.99 0.15 0 0.36 188.94 0.99 0.32
Hex 1 8A A2 63 F 0 24 BD 63 20
Octal 1 212 242 143 17 0 44 275 143 40
Binary 1 10001010 10100010 1100011 1111 0 100100 10111101 1100011 100000

Color Harmonies of #018AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AA2

Black with #018AA2

Text Example


Text Example

White with #018AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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