Html Css Color HEX #018FA4 Eastern Blue

📋 copy color: '#018FA4'

red 1 ◦ green 143 ◦ blue 164

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

Shades of Eastern Blue #018FA4

Tints of Eastern Blue #018FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 0.32%
G = 46.43%
B = 53.25%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#018FA4 (or 0x018FA4) is known color: Eastern Blue. HEX triplet: 01, 8F and A4. RGB value is (1,143,164). Sum of RGB (Red+Green+Blue) = 1+143+164=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #018FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FA4 is #FE705B. Grayscale: #666666. Windows color (decimal): -16674908 or 10784513. OLE color: 10784513.

HSL color Cylindrical-coordinate representation of color #018FA4: hue angle of 187.73º 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 #018FA4 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 143 164 -
CMYK 0.99 0.13 0 0.36
HSL 187.73º 0.99% 0.32% -
HSV(B) 187.73º 0.99% 0.64% -
XYZ 16.54 22.33 38.56 -
YUV 102.94 162.46 55.29 -
System Red Green Blue C M Y K H S L
Decimal 1 143 164 0.99 0.13 0 0.36 187.73 0.99 0.32
Hex 1 8F A4 63 D 0 24 BC 63 20
Octal 1 217 244 143 15 0 44 274 143 40
Binary 1 10001111 10100100 1100011 1101 0 100100 10111100 1100011 100000

Color Harmonies of #018FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FA4

Black with #018FA4

Text Example


Text Example

White with #018FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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