Html Css Color HEX #019099 Eastern Blue

📋 copy color: '#019099'

red 1 ◦ green 144 ◦ blue 153

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

Shades of Eastern Blue #019099

Tints of Eastern Blue #019099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.32%

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

R = 0.34%
G = 48.32%
B = 51.34%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#019099 (or 0x019099) is known color: Eastern Blue. HEX triplet: 01, 90 and 99. RGB value is (1,144,153). Sum of RGB (Red+Green+Blue) = 1+144+153=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #019099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019099 is #FE6F66. Grayscale: #666666. Windows color (decimal): -16674663 or 10063873. OLE color: 10063873.

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

Color convert

RGB 1 144 153 -
CMYK 0.99 0.06 0 0.4
HSL 183.55º 0.99% 0.3% -
HSV(B) 183.55º 0.99% 0.6% -
XYZ 15.74 22.25 33.6 -
YUV 102.27 156.62 55.77 -
System Red Green Blue C M Y K H S L
Decimal 1 144 153 0.99 0.06 0 0.4 183.55 0.99 0.3
Hex 1 90 99 63 6 0 28 B8 63 1E
Octal 1 220 231 143 6 0 50 270 143 36
Binary 1 10010000 10011001 1100011 110 0 101000 10111000 1100011 11110

Color Harmonies of #019099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019099

Black with #019099

Text Example


Text Example

White with #019099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019099; }

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

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

background-color css

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

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

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

border-color css

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

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

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