Html Css Color HEX #018394 Eastern Blue

📋 copy color: '#018394'

red 1 ◦ green 131 ◦ blue 148

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

Shades of Eastern Blue #018394

Tints of Eastern Blue #018394

RGB

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

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

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

R = 0.36%
G = 46.79%
B = 52.86%

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

#018394 (or 0x018394) is known color: Eastern Blue. HEX triplet: 01, 83 and 94. RGB value is (1,131,148). Sum of RGB (Red+Green+Blue) = 1+131+148=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #018394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018394 is #FE7C6B. Grayscale: #5D5D5D. Windows color (decimal): -16677996 or 9732865. OLE color: 9732865.

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

Color convert

RGB 1 131 148 -
CMYK 0.99 0.11 0 0.42
HSL 186.94º 0.99% 0.29% -
HSV(B) 186.94º 0.99% 0.58% -
XYZ 13.47 18.38 30.85 -
YUV 94.07 158.43 61.62 -
System Red Green Blue C M Y K H S L
Decimal 1 131 148 0.99 0.11 0 0.42 186.94 0.99 0.29
Hex 1 83 94 63 B 0 2A BB 63 1D
Octal 1 203 224 143 13 0 52 273 143 35
Binary 1 10000011 10010100 1100011 1011 0 101010 10111011 1100011 11101

Color Harmonies of #018394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018394

Black with #018394

Text Example


Text Example

White with #018394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018394; }

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

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

background-color css

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

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

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

border-color css

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

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

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