Html Css Color HEX #018FA1 Eastern Blue

📋 copy color: '#018FA1'

red 1 ◦ green 143 ◦ blue 161

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

Shades of Eastern Blue #018FA1

Tints of Eastern Blue #018FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 52.79%

R = 0.33%
G = 46.89%
B = 52.79%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#018FA1 (or 0x018FA1) is known color: Eastern Blue. HEX triplet: 01, 8F and A1. RGB value is (1,143,161). Sum of RGB (Red+Green+Blue) = 1+143+161=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #018FA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FA1 is #FE705E. Grayscale: #666666. Windows color (decimal): -16674911 or 10587905. OLE color: 10587905.

HSL color Cylindrical-coordinate representation of color #018FA1: hue angle of 186.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FA1 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 143 161 -
CMYK 0.99 0.11 0 0.37
HSL 186.75º 0.99% 0.32% -
HSV(B) 186.75º 0.99% 0.63% -
XYZ 16.27 22.22 37.15 -
YUV 102.59 160.96 55.54 -
System Red Green Blue C M Y K H S L
Decimal 1 143 161 0.99 0.11 0 0.37 186.75 0.99 0.32
Hex 1 8F A1 63 B 0 25 BB 63 20
Octal 1 217 241 143 13 0 45 273 143 40
Binary 1 10001111 10100001 1100011 1011 0 100101 10111011 1100011 100000

Color Harmonies of #018FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FA1

Black with #018FA1

Text Example


Text Example

White with #018FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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