Html Css Color HEX #018098 Eastern Blue

📋 copy color: '#018098'

red 1 ◦ green 128 ◦ blue 152

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

Shades of Eastern Blue #018098

Tints of Eastern Blue #018098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

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

R = 0.36%
G = 45.55%
B = 54.09%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#018098 (or 0x018098) is known color: Eastern Blue. HEX triplet: 01, 80 and 98. RGB value is (1,128,152). Sum of RGB (Red+Green+Blue) = 1+128+152=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #018098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018098 is #FE7F67. Grayscale: #5C5C5C. Windows color (decimal): -16678760 or 9994241. OLE color: 9994241.

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

Color convert

RGB 1 128 152 -
CMYK 0.99 0.16 0 0.40
HSL 189.54º 0.99% 0.3% -
HSV(B) 189.54º 0.99% 0.6% -
XYZ 13.4 17.71 32.42 -
YUV 92.76 161.42 62.55 -
System Red Green Blue C M Y K H S L
Decimal 1 128 152 0.99 0.16 0 0.40 189.54 0.99 0.3
Hex 1 80 98 63 10 0 28 BE 63 1E
Octal 1 200 230 143 20 0 50 276 143 36
Binary 1 10000000 10011000 1100011 10000 0 101000 10111110 1100011 11110

Color Harmonies of #018098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018098

Black with #018098

Text Example


Text Example

White with #018098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018098; }

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

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

background-color css

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

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

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

border-color css

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

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

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