Html Css Color HEX #018299 Eastern Blue

📋 copy color: '#018299'

red 1 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #018299

Tints of Eastern Blue #018299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 0.35%
G = 45.77%
B = 53.87%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#018299 (or 0x018299) is known color: Eastern Blue. HEX triplet: 01, 82 and 99. RGB value is (1,130,153). Sum of RGB (Red+Green+Blue) = 1+130+153=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #018299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018299 is #FE7D66. Grayscale: #5D5D5D. Windows color (decimal): -16678247 or 10060289. OLE color: 10060289.

HSL color Cylindrical-coordinate representation of color #018299: hue angle of 189.08º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018299 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 130 153 -
CMYK 0.99 0.15 0 0.4
HSL 189.08º 0.99% 0.3% -
HSV(B) 189.08º 0.99% 0.6% -
XYZ 13.74 18.27 32.94 -
YUV 94.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 1 130 153 0.99 0.15 0 0.4 189.08 0.99 0.3
Hex 1 82 99 63 F 0 28 BD 63 1E
Octal 1 202 231 143 17 0 50 275 143 36
Binary 1 10000010 10011001 1100011 1111 0 101000 10111101 1100011 11110

Color Harmonies of #018299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018299

Black with #018299

Text Example


Text Example

White with #018299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018299; }

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

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

background-color css

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

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

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

border-color css

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

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

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