Html Css Color HEX #018DA4 Eastern Blue

📋 copy color: '#018DA4'

red 1 ◦ green 141 ◦ blue 164

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

Shades of Eastern Blue #018DA4

Tints of Eastern Blue #018DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.08%

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

R = 0.33%
G = 46.08%
B = 53.59%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#018DA4 (or 0x018DA4) is known color: Eastern Blue. HEX triplet: 01, 8D and A4. RGB value is (1,141,164). Sum of RGB (Red+Green+Blue) = 1+141+164=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #018DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DA4 is #FE725B. Grayscale: #656565. Windows color (decimal): -16675420 or 10784001. OLE color: 10784001.

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

Color convert

RGB 1 141 164 -
CMYK 0.99 0.14 0 0.36
HSL 188.47º 0.99% 0.32% -
HSV(B) 188.47º 0.99% 0.64% -
XYZ 16.24 21.74 38.46 -
YUV 101.76 163.12 56.13 -
System Red Green Blue C M Y K H S L
Decimal 1 141 164 0.99 0.14 0 0.36 188.47 0.99 0.32
Hex 1 8D A4 63 E 0 24 BC 63 20
Octal 1 215 244 143 16 0 44 274 143 40
Binary 1 10001101 10100100 1100011 1110 0 100100 10111100 1100011 100000

Color Harmonies of #018DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DA4

Black with #018DA4

Text Example


Text Example

White with #018DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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