Html Css Color HEX #018197 Eastern Blue

📋 copy color: '#018197'

red 1 ◦ green 129 ◦ blue 151

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

Shades of Eastern Blue #018197

Tints of Eastern Blue #018197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 0.36%
G = 45.91%
B = 53.74%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018197 (or 0x018197) is known color: Eastern Blue. HEX triplet: 01, 81 and 97. RGB value is (1,129,151). Sum of RGB (Red+Green+Blue) = 1+129+151=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #018197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018197 is #FE7E68. Grayscale: #5D5D5D. Windows color (decimal): -16678505 or 9928961. OLE color: 9928961.

HSL color Cylindrical-coordinate representation of color #018197: hue angle of 188.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018197 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 129 151 -
CMYK 0.99 0.15 0 0.41
HSL 188.8º 0.99% 0.3% -
HSV(B) 188.8º 0.99% 0.59% -
XYZ 13.45 17.94 32.03 -
YUV 93.24 160.59 62.21 -
System Red Green Blue C M Y K H S L
Decimal 1 129 151 0.99 0.15 0 0.41 188.8 0.99 0.3
Hex 1 81 97 63 F 0 29 BD 63 1E
Octal 1 201 227 143 17 0 51 275 143 36
Binary 1 10000001 10010111 1100011 1111 0 101001 10111101 1100011 11110

Color Harmonies of #018197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018197

Black with #018197

Text Example


Text Example

White with #018197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018197; }

 p { color: rgb(1,129,151); }

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

background-color css

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

 a { background-color: rgb(1,129,151); }

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

border-color css

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

 span { border-color: rgb(1,129,151); }

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