Html Css Color HEX #018393 Eastern Blue

📋 copy color: '#018393'

red 1 ◦ green 131 ◦ blue 147

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

Shades of Eastern Blue #018393

Tints of Eastern Blue #018393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 0.36%
G = 46.95%
B = 52.69%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018393 (or 0x018393) is known color: Eastern Blue. HEX triplet: 01, 83 and 93. RGB value is (1,131,147). Sum of RGB (Red+Green+Blue) = 1+131+147=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #018393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018393 is #FE7C6C. Grayscale: #5D5D5D. Windows color (decimal): -16677997 or 9667329. OLE color: 9667329.

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

Color convert

RGB 1 131 147 -
CMYK 0.99 0.11 0 0.42
HSL 186.58º 0.99% 0.29% -
HSV(B) 186.58º 0.99% 0.58% -
XYZ 13.4 18.35 30.44 -
YUV 93.95 157.93 61.7 -
System Red Green Blue C M Y K H S L
Decimal 1 131 147 0.99 0.11 0 0.42 186.58 0.99 0.29
Hex 1 83 93 63 B 0 2A BB 63 1D
Octal 1 203 223 143 13 0 52 273 143 35
Binary 1 10000011 10010011 1100011 1011 0 101010 10111011 1100011 11101

Color Harmonies of #018393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018393

Black with #018393

Text Example


Text Example

White with #018393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018393; }

 p { color: rgb(1,131,147); }

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

background-color css

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

 a { background-color: rgb(1,131,147); }

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

border-color css

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

 span { border-color: rgb(1,131,147); }

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