Html Css Color HEX #018093 Eastern Blue

📋 copy color: '#018093'

red 1 ◦ green 128 ◦ blue 147

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

Shades of Eastern Blue #018093

Tints of Eastern Blue #018093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 0.36%
G = 46.38%
B = 53.26%

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

#018093 (or 0x018093) is known color: Eastern Blue. HEX triplet: 01, 80 and 93. RGB value is (1,128,147). Sum of RGB (Red+Green+Blue) = 1+128+147=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #018093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018093 is #FE7F6C. Grayscale: #5B5B5B. Windows color (decimal): -16678765 or 9666561. OLE color: 9666561.

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

Color convert

RGB 1 128 147 -
CMYK 0.99 0.13 0 0.42
HSL 187.81º 0.99% 0.29% -
HSV(B) 187.81º 0.99% 0.58% -
XYZ 13 17.55 30.31 -
YUV 92.19 158.92 62.96 -
System Red Green Blue C M Y K H S L
Decimal 1 128 147 0.99 0.13 0 0.42 187.81 0.99 0.29
Hex 1 80 93 63 D 0 2A BC 63 1D
Octal 1 200 223 143 15 0 52 274 143 35
Binary 1 10000000 10010011 1100011 1101 0 101010 10111100 1100011 11101

Color Harmonies of #018093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018093

Black with #018093

Text Example


Text Example

White with #018093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018093; }

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

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

background-color css

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

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

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

border-color css

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

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

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