Html Css Color HEX #018DA3 Eastern Blue

📋 copy color: '#018DA3'

red 1 ◦ green 141 ◦ blue 163

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

Shades of Eastern Blue #018DA3

Tints of Eastern Blue #018DA3

RGB

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

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

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

R = 0.33%
G = 46.23%
B = 53.44%

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

#018DA3 (or 0x018DA3) is known color: Eastern Blue. HEX triplet: 01, 8D and A3. RGB value is (1,141,163). Sum of RGB (Red+Green+Blue) = 1+141+163=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #018DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DA3 is #FE725C. Grayscale: #656565. Windows color (decimal): -16675421 or 10718465. OLE color: 10718465.

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

Color convert

RGB 1 141 163 -
CMYK 0.99 0.13 0 0.36
HSL 188.15º 0.99% 0.32% -
HSV(B) 188.15º 0.99% 0.64% -
XYZ 16.15 21.7 37.99 -
YUV 101.65 162.62 56.21 -
System Red Green Blue C M Y K H S L
Decimal 1 141 163 0.99 0.13 0 0.36 188.15 0.99 0.32
Hex 1 8D A3 63 D 0 24 BC 63 20
Octal 1 215 243 143 15 0 44 274 143 40
Binary 1 10001101 10100011 1100011 1101 0 100100 10111100 1100011 100000

Color Harmonies of #018DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DA3

Black with #018DA3

Text Example


Text Example

White with #018DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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