Html Css Color HEX #018694 Eastern Blue

📋 copy color: '#018694'

red 1 ◦ green 134 ◦ blue 148

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

Shades of Eastern Blue #018694

Tints of Eastern Blue #018694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 0.35%
G = 47.35%
B = 52.3%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018694 (or 0x018694) is known color: Eastern Blue. HEX triplet: 01, 86 and 94. RGB value is (1,134,148). Sum of RGB (Red+Green+Blue) = 1+134+148=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #018694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018694 is #FE796B. Grayscale: #5F5F5F. Windows color (decimal): -16677228 or 9733633. OLE color: 9733633.

HSL color Cylindrical-coordinate representation of color #018694: hue angle of 185.71º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018694 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 134 148 -
CMYK 0.99 0.09 0 0.42
HSL 185.71º 0.99% 0.29% -
HSV(B) 185.71º 0.99% 0.58% -
XYZ 13.88 19.19 30.99 -
YUV 95.83 157.44 60.36 -
System Red Green Blue C M Y K H S L
Decimal 1 134 148 0.99 0.09 0 0.42 185.71 0.99 0.29
Hex 1 86 94 63 9 0 2A BA 63 1D
Octal 1 206 224 143 11 0 52 272 143 35
Binary 1 10000110 10010100 1100011 1001 0 101010 10111010 1100011 11101

Color Harmonies of #018694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018694

Black with #018694

Text Example


Text Example

White with #018694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018694; }

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

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

background-color css

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

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

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

border-color css

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

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

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