Html Css Color HEX #018A98 Eastern Blue

📋 copy color: '#018A98'

red 1 ◦ green 138 ◦ blue 152

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

Shades of Eastern Blue #018A98

Tints of Eastern Blue #018A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.23%

R = 0.34%
G = 47.42%
B = 52.23%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#018A98 (or 0x018A98) is known color: Eastern Blue. HEX triplet: 01, 8A and 98. RGB value is (1,138,152). Sum of RGB (Red+Green+Blue) = 1+138+152=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #018A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A98 is #FE7567. Grayscale: #626262. Windows color (decimal): -16676200 or 9996801. OLE color: 9996801.

HSL color Cylindrical-coordinate representation of color #018A98: hue angle of 185.56º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A98 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 138 152 -
CMYK 0.99 0.09 0 0.40
HSL 185.56º 0.99% 0.3% -
HSV(B) 185.56º 0.99% 0.6% -
XYZ 14.77 20.45 32.87 -
YUV 98.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 1 138 152 0.99 0.09 0 0.40 185.56 0.99 0.3
Hex 1 8A 98 63 9 0 28 BA 63 1E
Octal 1 212 230 143 11 0 50 272 143 36
Binary 1 10001010 10011000 1100011 1001 0 101000 10111010 1100011 11110

Color Harmonies of #018A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A98

Black with #018A98

Text Example


Text Example

White with #018A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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