Html Css Color HEX #018DA5 Eastern Blue

📋 copy color: '#018DA5'

red 1 ◦ green 141 ◦ blue 165

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

Shades of Eastern Blue #018DA5

Tints of Eastern Blue #018DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.75%

R = 0.33%
G = 45.93%
B = 53.75%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#018DA5 (or 0x018DA5) is known color: Eastern Blue. HEX triplet: 01, 8D and A5. RGB value is (1,141,165). Sum of RGB (Red+Green+Blue) = 1+141+165=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #018DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DA5 is #FE725A. Grayscale: #656565. Windows color (decimal): -16675419 or 10849537. OLE color: 10849537.

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

Color convert

RGB 1 141 165 -
CMYK 0.99 0.15 0 0.35
HSL 188.78º 0.99% 0.33% -
HSV(B) 188.78º 0.99% 0.65% -
XYZ 16.33 21.77 38.94 -
YUV 101.88 163.62 56.05 -
System Red Green Blue C M Y K H S L
Decimal 1 141 165 0.99 0.15 0 0.35 188.78 0.99 0.33
Hex 1 8D A5 63 F 0 23 BD 63 21
Octal 1 215 245 143 17 0 43 275 143 41
Binary 1 10001101 10100101 1100011 1111 0 100011 10111101 1100011 100001

Color Harmonies of #018DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DA5

Black with #018DA5

Text Example


Text Example

White with #018DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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