Html Css Color HEX #018598 Eastern Blue

📋 copy color: '#018598'

red 1 ◦ green 133 ◦ blue 152

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

Shades of Eastern Blue #018598

Tints of Eastern Blue #018598

RGB

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

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

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

R = 0.35%
G = 46.5%
B = 53.15%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#018598 (or 0x018598) is known color: Eastern Blue. HEX triplet: 01, 85 and 98. RGB value is (1,133,152). Sum of RGB (Red+Green+Blue) = 1+133+152=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #018598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018598 is #FE7A67. Grayscale: #5F5F5F. Windows color (decimal): -16677480 or 9995521. OLE color: 9995521.

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

Color convert

RGB 1 133 152 -
CMYK 0.99 0.13 0 0.40
HSL 187.55º 0.99% 0.3% -
HSV(B) 187.55º 0.99% 0.6% -
XYZ 14.07 19.05 32.64 -
YUV 95.7 159.77 60.46 -
System Red Green Blue C M Y K H S L
Decimal 1 133 152 0.99 0.13 0 0.40 187.55 0.99 0.3
Hex 1 85 98 63 D 0 28 BC 63 1E
Octal 1 205 230 143 15 0 50 274 143 36
Binary 1 10000101 10011000 1100011 1101 0 101000 10111100 1100011 11110

Color Harmonies of #018598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018598

Black with #018598

Text Example


Text Example

White with #018598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018598; }

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

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

background-color css

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

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

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

border-color css

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

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

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