Html Css Color HEX #018195 Eastern Blue

📋 copy color: '#018195'

red 1 ◦ green 129 ◦ blue 149

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

Shades of Eastern Blue #018195

Tints of Eastern Blue #018195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 0.36%
G = 46.24%
B = 53.41%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018195 (or 0x018195) is known color: Eastern Blue. HEX triplet: 01, 81 and 95. RGB value is (1,129,149). Sum of RGB (Red+Green+Blue) = 1+129+149=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #018195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018195 is #FE7E6A. Grayscale: #5C5C5C. Windows color (decimal): -16678507 or 9797889. OLE color: 9797889.

HSL color Cylindrical-coordinate representation of color #018195: hue angle of 188.11º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018195 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 129 149 -
CMYK 0.99 0.13 0 0.42
HSL 188.11º 0.99% 0.29% -
HSV(B) 188.11º 0.99% 0.58% -
XYZ 13.29 17.88 31.18 -
YUV 93.01 159.59 62.37 -
System Red Green Blue C M Y K H S L
Decimal 1 129 149 0.99 0.13 0 0.42 188.11 0.99 0.29
Hex 1 81 95 63 D 0 2A BC 63 1D
Octal 1 201 225 143 15 0 52 274 143 35
Binary 1 10000001 10010101 1100011 1101 0 101010 10111100 1100011 11101

Color Harmonies of #018195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018195

Black with #018195

Text Example


Text Example

White with #018195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018195; }

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

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

background-color css

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

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

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

border-color css

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

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

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