Html Css Color HEX #018FA6 Eastern Blue

📋 copy color: '#018FA6'

red 1 ◦ green 143 ◦ blue 166

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

Shades of Eastern Blue #018FA6

Tints of Eastern Blue #018FA6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.13%

 BLUE value IS 166 (65.23% from 255) = 53.55%

R = 0.32%
G = 46.13%
B = 53.55%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#018FA6 (or 0x018FA6) is known color: Eastern Blue. HEX triplet: 01, 8F and A6. RGB value is (1,143,166). Sum of RGB (Red+Green+Blue) = 1+143+166=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #018FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FA6 is #FE7059. Grayscale: #666666. Windows color (decimal): -16674906 or 10915585. OLE color: 10915585.

HSL color Cylindrical-coordinate representation of color #018FA6: hue angle of 188.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FA6 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 143 166 -
CMYK 0.99 0.14 0 0.35
HSL 188.36º 0.99% 0.33% -
HSV(B) 188.36º 0.99% 0.65% -
XYZ 16.72 22.4 39.52 -
YUV 103.16 163.46 55.13 -
System Red Green Blue C M Y K H S L
Decimal 1 143 166 0.99 0.14 0 0.35 188.36 0.99 0.33
Hex 1 8F A6 63 E 0 23 BC 63 21
Octal 1 217 246 143 16 0 43 274 143 41
Binary 1 10001111 10100110 1100011 1110 0 100011 10111100 1100011 100001

Color Harmonies of #018FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FA6

Black with #018FA6

Text Example


Text Example

White with #018FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018FA6; }

 p { color: rgb(1,143,166); }

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

background-color css

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

 a { background-color: rgb(1,143,166); }

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

border-color css

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

 span { border-color: rgb(1,143,166); }

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