Html Css Color HEX #018FA8 Eastern Blue

📋 copy color: '#018FA8'

red 1 ◦ green 143 ◦ blue 168

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

Shades of Eastern Blue #018FA8

Tints of Eastern Blue #018FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 53.85%

R = 0.32%
G = 45.83%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#018FA8 (or 0x018FA8) is known color: Eastern Blue. HEX triplet: 01, 8F and A8. RGB value is (1,143,168). Sum of RGB (Red+Green+Blue) = 1+143+168=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 168 (66.02% from 255 or 53.85% from 312); Max value from RGB is 168 - color contains mainly: blue. Hex color #018FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FA8 is #FE7057. Grayscale: #676767. Windows color (decimal): -16674904 or 11046657. OLE color: 11046657.

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

Color convert

RGB 1 143 168 -
CMYK 0.99 0.15 0 0.34
HSL 188.98º 0.99% 0.33% -
HSV(B) 188.98º 0.99% 0.66% -
XYZ 16.9 22.48 40.49 -
YUV 103.39 164.46 54.97 -
System Red Green Blue C M Y K H S L
Decimal 1 143 168 0.99 0.15 0 0.34 188.98 0.99 0.33
Hex 1 8F A8 63 F 0 22 BD 63 21
Octal 1 217 250 143 17 0 42 275 143 41
Binary 1 10001111 10101000 1100011 1111 0 100010 10111101 1100011 100001

Color Harmonies of #018FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FA8

Black with #018FA8

Text Example


Text Example

White with #018FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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