Html Css Color HEX #018092 Eastern Blue

📋 copy color: '#018092'

red 1 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #018092

Tints of Eastern Blue #018092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.55%

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

R = 0.36%
G = 46.55%
B = 53.09%

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

#018092 (or 0x018092) is known color: Eastern Blue. HEX triplet: 01, 80 and 92. RGB value is (1,128,146). Sum of RGB (Red+Green+Blue) = 1+128+146=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #018092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018092 is #FE7F6D. Grayscale: #5B5B5B. Windows color (decimal): -16678766 or 9601025. OLE color: 9601025.

HSL color Cylindrical-coordinate representation of color #018092: hue angle of 187.45º 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 #018092 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 128 146 -
CMYK 0.99 0.12 0 0.43
HSL 187.45º 0.99% 0.29% -
HSV(B) 187.45º 0.99% 0.57% -
XYZ 12.92 17.52 29.89 -
YUV 92.08 158.42 63.04 -
System Red Green Blue C M Y K H S L
Decimal 1 128 146 0.99 0.12 0 0.43 187.45 0.99 0.29
Hex 1 80 92 63 C 0 2B BB 63 1D
Octal 1 200 222 143 14 0 53 273 143 35
Binary 1 10000000 10010010 1100011 1100 0 101011 10111011 1100011 11101

Color Harmonies of #018092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018092

Black with #018092

Text Example


Text Example

White with #018092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018092; }

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

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

background-color css

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

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

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

border-color css

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

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

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