Html Css Color HEX #018698 Eastern Blue

📋 copy color: '#018698'

red 1 ◦ green 134 ◦ blue 152

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

Shades of Eastern Blue #018698

Tints of Eastern Blue #018698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.69%

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

R = 0.35%
G = 46.69%
B = 52.96%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#018698 (or 0x018698) is known color: Eastern Blue. HEX triplet: 01, 86 and 98. RGB value is (1,134,152). Sum of RGB (Red+Green+Blue) = 1+134+152=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #018698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018698 is #FE7967. Grayscale: #606060. Windows color (decimal): -16677224 or 9995777. OLE color: 9995777.

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

Color convert

RGB 1 134 152 -
CMYK 0.99 0.12 0 0.40
HSL 187.15º 0.99% 0.3% -
HSV(B) 187.15º 0.99% 0.6% -
XYZ 14.21 19.32 32.69 -
YUV 96.29 159.44 60.04 -
System Red Green Blue C M Y K H S L
Decimal 1 134 152 0.99 0.12 0 0.40 187.15 0.99 0.3
Hex 1 86 98 63 C 0 28 BB 63 1E
Octal 1 206 230 143 14 0 50 273 143 36
Binary 1 10000110 10011000 1100011 1100 0 101000 10111011 1100011 11110

Color Harmonies of #018698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018698

Black with #018698

Text Example


Text Example

White with #018698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018698; }

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

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

background-color css

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

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

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

border-color css

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

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

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