Html Css Color HEX #018AA4 Eastern Blue

📋 copy color: '#018AA4'

red 1 ◦ green 138 ◦ blue 164

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

Shades of Eastern Blue #018AA4

Tints of Eastern Blue #018AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.13%

R = 0.33%
G = 45.54%
B = 54.13%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#018AA4 (or 0x018AA4) is known color: Eastern Blue. HEX triplet: 01, 8A and A4. RGB value is (1,138,164). Sum of RGB (Red+Green+Blue) = 1+138+164=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #018AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AA4 is #FE755B. Grayscale: #636363. Windows color (decimal): -16676188 or 10783233. OLE color: 10783233.

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

Color convert

RGB 1 138 164 -
CMYK 0.99 0.16 0 0.36
HSL 189.57º 0.99% 0.32% -
HSV(B) 189.57º 0.99% 0.64% -
XYZ 15.8 20.86 38.32 -
YUV 100 164.11 57.39 -
System Red Green Blue C M Y K H S L
Decimal 1 138 164 0.99 0.16 0 0.36 189.57 0.99 0.32
Hex 1 8A A4 63 10 0 24 BE 63 20
Octal 1 212 244 143 20 0 44 276 143 40
Binary 1 10001010 10100100 1100011 10000 0 100100 10111110 1100011 100000

Color Harmonies of #018AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AA4

Black with #018AA4

Text Example


Text Example

White with #018AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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