Html Css Color HEX #018BA7 Eastern Blue

📋 copy color: '#018BA7'

red 1 ◦ green 139 ◦ blue 167

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

Shades of Eastern Blue #018BA7

Tints of Eastern Blue #018BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.28%

 BLUE value IS 167 (65.63% from 255) = 54.4%

R = 0.33%
G = 45.28%
B = 54.4%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#018BA7 (or 0x018BA7) is known color: Eastern Blue. HEX triplet: 01, 8B and A7. RGB value is (1,139,167). Sum of RGB (Red+Green+Blue) = 1+139+167=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 167 (65.62% from 255 or 54.40% from 307); Max value from RGB is 167 - color contains mainly: blue. Hex color #018BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BA7 is #FE7458. Grayscale: #646464. Windows color (decimal): -16675929 or 10980097. OLE color: 10980097.

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

Color convert

RGB 1 139 167 -
CMYK 0.99 0.17 0 0.35
HSL 190.12º 0.99% 0.33% -
HSV(B) 190.12º 0.99% 0.65% -
XYZ 16.22 21.26 39.81 -
YUV 100.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 1 139 167 0.99 0.17 0 0.35 190.12 0.99 0.33
Hex 1 8B A7 63 11 0 23 BE 63 21
Octal 1 213 247 143 21 0 43 276 143 41
Binary 1 10001011 10100111 1100011 10001 0 100011 10111110 1100011 100001

Color Harmonies of #018BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BA7

Black with #018BA7

Text Example


Text Example

White with #018BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,139,167); }

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

background-color css

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

 a { background-color: rgb(1,139,167); }

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

border-color css

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

 span { border-color: rgb(1,139,167); }

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