Html Css Color HEX #018293 Eastern Blue

📋 copy color: '#018293'

red 1 ◦ green 130 ◦ blue 147

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

Shades of Eastern Blue #018293

Tints of Eastern Blue #018293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

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

R = 0.36%
G = 46.76%
B = 52.88%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018293 (or 0x018293) is known color: Eastern Blue. HEX triplet: 01, 82 and 93. RGB value is (1,130,147). Sum of RGB (Red+Green+Blue) = 1+130+147=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #018293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018293 is #FE7D6C. Grayscale: #5D5D5D. Windows color (decimal): -16678253 or 9667073. OLE color: 9667073.

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

Color convert

RGB 1 130 147 -
CMYK 0.99 0.12 0 0.42
HSL 186.99º 0.99% 0.29% -
HSV(B) 186.99º 0.99% 0.58% -
XYZ 13.26 18.08 30.39 -
YUV 93.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 1 130 147 0.99 0.12 0 0.42 186.99 0.99 0.29
Hex 1 82 93 63 C 0 2A BB 63 1D
Octal 1 202 223 143 14 0 52 273 143 35
Binary 1 10000010 10010011 1100011 1100 0 101010 10111011 1100011 11101

Color Harmonies of #018293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018293

Black with #018293

Text Example


Text Example

White with #018293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018293; }

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

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

background-color css

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

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

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

border-color css

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

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

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