Html Css Color HEX #017B90 Eastern Blue

📋 copy color: '#017B90'

red 1 ◦ green 123 ◦ blue 144

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

Shades of Eastern Blue #017B90

Tints of Eastern Blue #017B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 0.37%
G = 45.9%
B = 53.73%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#017B90 (or 0x017B90) is known color: Eastern Blue. HEX triplet: 01, 7B and 90. RGB value is (1,123,144). Sum of RGB (Red+Green+Blue) = 1+123+144=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #017B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B90 is #FE846F. Grayscale: #585858. Windows color (decimal): -16680048 or 9468673. OLE color: 9468673.

HSL color Cylindrical-coordinate representation of color #017B90: hue angle of 188.81º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017B90 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 123 144 -
CMYK 0.99 0.15 0 0.44
HSL 188.81º 0.99% 0.28% -
HSV(B) 188.81º 0.99% 0.56% -
XYZ 12.13 16.19 28.87 -
YUV 88.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 1 123 144 0.99 0.15 0 0.44 188.81 0.99 0.28
Hex 1 7B 90 63 F 0 2C BD 63 1C
Octal 1 173 220 143 17 0 54 275 143 34
Binary 1 1111011 10010000 1100011 1111 0 101100 10111101 1100011 11100

Color Harmonies of #017B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B90

Black with #017B90

Text Example


Text Example

White with #017B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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