Html Css Color HEX #017B9A Eastern Blue

📋 copy color: '#017B9A'

red 1 ◦ green 123 ◦ blue 154

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

Shades of Eastern Blue #017B9A

Tints of Eastern Blue #017B9A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.24%

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 0.36%
G = 44.24%
B = 55.4%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#017B9A (or 0x017B9A) is known color: Eastern Blue. HEX triplet: 01, 7B and 9A. RGB value is (1,123,154). Sum of RGB (Red+Green+Blue) = 1+123+154=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #017B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B9A is #FE8465. Grayscale: #595959. Windows color (decimal): -16680038 or 10124033. OLE color: 10124033.

HSL color Cylindrical-coordinate representation of color #017B9A: hue angle of 192.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017B9A is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 123 154 -
CMYK 0.99 0.20 0 0.40
HSL 192.16º 0.99% 0.3% -
HSV(B) 192.16º 0.99% 0.6% -
XYZ 12.93 16.51 33.08 -
YUV 90.06 164.08 64.48 -
System Red Green Blue C M Y K H S L
Decimal 1 123 154 0.99 0.20 0 0.40 192.16 0.99 0.3
Hex 1 7B 9A 63 14 0 28 C0 63 1E
Octal 1 173 232 143 24 0 50 300 143 36
Binary 1 1111011 10011010 1100011 10100 0 101000 11000000 1100011 11110

Color Harmonies of #017B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B9A

Black with #017B9A

Text Example


Text Example

White with #017B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017B9A; }

 p { color: rgb(1,123,154); }

 H1.HeaderClassName
 {
   color: #017B9A;
 }
 .AnyTagClassName
 {
   color: #017B9A;
 }
</style>

background-color css

<style>
 a { background-color: #017B9A; }

 a { background-color: rgb(1,123,154); }

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

border-color css

<style>
 span { border-color: #017B9A; }

 span { border-color: rgb(1,123,154); }

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