Html Css Color HEX #018192 Eastern Blue

📋 copy color: '#018192'

red 1 ◦ green 129 ◦ blue 146

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

Shades of Eastern Blue #018192

Tints of Eastern Blue #018192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 0.36%
G = 46.74%
B = 52.9%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018192 (or 0x018192) is known color: Eastern Blue. HEX triplet: 01, 81 and 92. RGB value is (1,129,146). Sum of RGB (Red+Green+Blue) = 1+129+146=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #018192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018192 is #FE7E6D. Grayscale: #5C5C5C. Windows color (decimal): -16678510 or 9601281. OLE color: 9601281.

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

Color convert

RGB 1 129 146 -
CMYK 0.99 0.12 0 0.43
HSL 187.03º 0.99% 0.29% -
HSV(B) 187.03º 0.99% 0.57% -
XYZ 13.05 17.78 29.94 -
YUV 92.67 158.09 62.62 -
System Red Green Blue C M Y K H S L
Decimal 1 129 146 0.99 0.12 0 0.43 187.03 0.99 0.29
Hex 1 81 92 63 C 0 2B BB 63 1D
Octal 1 201 222 143 14 0 53 273 143 35
Binary 1 10000001 10010010 1100011 1100 0 101011 10111011 1100011 11101

Color Harmonies of #018192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018192

Black with #018192

Text Example


Text Example

White with #018192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018192; }

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

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

background-color css

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

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

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

border-color css

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

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

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