Html Css Color HEX #018FA3 Eastern Blue

📋 copy color: '#018FA3'

red 1 ◦ green 143 ◦ blue 163

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

Shades of Eastern Blue #018FA3

Tints of Eastern Blue #018FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 53.09%

R = 0.33%
G = 46.58%
B = 53.09%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#018FA3 (or 0x018FA3) is known color: Eastern Blue. HEX triplet: 01, 8F and A3. RGB value is (1,143,163). Sum of RGB (Red+Green+Blue) = 1+143+163=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #018FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FA3 is #FE705C. Grayscale: #666666. Windows color (decimal): -16674909 or 10718977. OLE color: 10718977.

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

Color convert

RGB 1 143 163 -
CMYK 0.99 0.12 0 0.36
HSL 187.41º 0.99% 0.32% -
HSV(B) 187.41º 0.99% 0.64% -
XYZ 16.45 22.3 38.09 -
YUV 102.82 161.96 55.37 -
System Red Green Blue C M Y K H S L
Decimal 1 143 163 0.99 0.12 0 0.36 187.41 0.99 0.32
Hex 1 8F A3 63 C 0 24 BB 63 20
Octal 1 217 243 143 14 0 44 273 143 40
Binary 1 10001111 10100011 1100011 1100 0 100100 10111011 1100011 100000

Color Harmonies of #018FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FA3

Black with #018FA3

Text Example


Text Example

White with #018FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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