Html Css Color HEX #018F9B Eastern Blue

📋 copy color: '#018F9B'

red 1 ◦ green 143 ◦ blue 155

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

Shades of Eastern Blue #018F9B

Tints of Eastern Blue #018F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.84%

R = 0.33%
G = 47.83%
B = 51.84%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#018F9B (or 0x018F9B) is known color: Eastern Blue. HEX triplet: 01, 8F and 9B. RGB value is (1,143,155). Sum of RGB (Red+Green+Blue) = 1+143+155=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #018F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F9B is #FE7064. Grayscale: #656565. Windows color (decimal): -16674917 or 10194689. OLE color: 10194689.

HSL color Cylindrical-coordinate representation of color #018F9B: hue angle of 184.68º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F9B is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 143 155 -
CMYK 0.99 0.08 0 0.39
HSL 184.68º 0.99% 0.31% -
HSV(B) 184.68º 0.99% 0.61% -
XYZ 15.75 22.02 34.43 -
YUV 101.91 157.96 56.02 -
System Red Green Blue C M Y K H S L
Decimal 1 143 155 0.99 0.08 0 0.39 184.68 0.99 0.31
Hex 1 8F 9B 63 8 0 27 B9 63 1F
Octal 1 217 233 143 10 0 47 271 143 37
Binary 1 10001111 10011011 1100011 1000 0 100111 10111001 1100011 11111

Color Harmonies of #018F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F9B

Black with #018F9B

Text Example


Text Example

White with #018F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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