Html Css Color HEX #018294 Eastern Blue

📋 copy color: '#018294'

red 1 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #018294

Tints of Eastern Blue #018294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.05%

R = 0.36%
G = 46.59%
B = 53.05%

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

#018294 (or 0x018294) is known color: Eastern Blue. HEX triplet: 01, 82 and 94. RGB value is (1,130,148). Sum of RGB (Red+Green+Blue) = 1+130+148=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #018294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018294 is #FE7D6B. Grayscale: #5D5D5D. Windows color (decimal): -16678252 or 9732609. OLE color: 9732609.

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

Color convert

RGB 1 130 148 -
CMYK 0.99 0.12 0 0.42
HSL 187.35º 0.99% 0.29% -
HSV(B) 187.35º 0.99% 0.58% -
XYZ 13.34 18.11 30.81 -
YUV 93.48 158.76 62.04 -
System Red Green Blue C M Y K H S L
Decimal 1 130 148 0.99 0.12 0 0.42 187.35 0.99 0.29
Hex 1 82 94 63 C 0 2A BB 63 1D
Octal 1 202 224 143 14 0 52 273 143 35
Binary 1 10000010 10010100 1100011 1100 0 101010 10111011 1100011 11101

Color Harmonies of #018294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018294

Black with #018294

Text Example


Text Example

White with #018294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018294; }

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

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

background-color css

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

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

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

border-color css

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

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

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