Html Css Color HEX #019199 Eastern Blue

📋 copy color: '#019199'

red 1 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #019199

Tints of Eastern Blue #019199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.49%

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

R = 0.33%
G = 48.49%
B = 51.17%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#019199 (or 0x019199) is known color: Eastern Blue. HEX triplet: 01, 91 and 99. RGB value is (1,145,153). Sum of RGB (Red+Green+Blue) = 1+145+153=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #019199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019199 is #FE6E66. Grayscale: #666666. Windows color (decimal): -16674407 or 10064129. OLE color: 10064129.

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

Color convert

RGB 1 145 153 -
CMYK 0.99 0.05 0 0.4
HSL 183.16º 0.99% 0.3% -
HSV(B) 183.16º 0.99% 0.6% -
XYZ 15.89 22.56 33.65 -
YUV 102.86 156.29 55.35 -
System Red Green Blue C M Y K H S L
Decimal 1 145 153 0.99 0.05 0 0.4 183.16 0.99 0.3
Hex 1 91 99 63 5 0 28 B7 63 1E
Octal 1 221 231 143 5 0 50 267 143 36
Binary 1 10010001 10011001 1100011 101 0 101000 10110111 1100011 11110

Color Harmonies of #019199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019199

Black with #019199

Text Example


Text Example

White with #019199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019199; }

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

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

background-color css

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

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

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

border-color css

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

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

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