Html Css Color HEX #018594 Eastern Blue

📋 copy color: '#018594'

red 1 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #018594

Tints of Eastern Blue #018594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 0.35%
G = 47.16%
B = 52.48%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018594 (or 0x018594) is known color: Eastern Blue. HEX triplet: 01, 85 and 94. RGB value is (1,133,148). Sum of RGB (Red+Green+Blue) = 1+133+148=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #018594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018594 is #FE7A6B. Grayscale: #5F5F5F. Windows color (decimal): -16677484 or 9733377. OLE color: 9733377.

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

Color convert

RGB 1 133 148 -
CMYK 0.99 0.10 0 0.42
HSL 186.12º 0.99% 0.29% -
HSV(B) 186.12º 0.99% 0.58% -
XYZ 13.75 18.92 30.94 -
YUV 95.24 157.77 60.78 -
System Red Green Blue C M Y K H S L
Decimal 1 133 148 0.99 0.10 0 0.42 186.12 0.99 0.29
Hex 1 85 94 63 A 0 2A BA 63 1D
Octal 1 205 224 143 12 0 52 272 143 35
Binary 1 10000101 10010100 1100011 1010 0 101010 10111010 1100011 11101

Color Harmonies of #018594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018594

Black with #018594

Text Example


Text Example

White with #018594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018594; }

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

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

background-color css

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

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

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

border-color css

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

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

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