Html Css Color HEX #009199 Eastern Blue

📋 copy color: '#009199'

red 0 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #009199

Tints of Eastern Blue #009199

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 48.66%
B = 51.34%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#009199 (or 0x009199) is known color: Eastern Blue. HEX triplet: 00, 91 and 99. RGB value is (0,145,153). Sum of RGB (Red+Green+Blue) = 0+145+153=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 145 (57.03% from 255 or 48.66% 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 #009199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009199 is #FF6E66. Grayscale: #666666. Windows color (decimal): -16739943 or 10064128. OLE color: 10064128.

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

Color convert

RGB 0 145 153 -
CMYK 1 0.05 0 0.4
HSL 183.14º 1% 0.3% -
HSV(B) 183.14º 1% 0.6% -
XYZ 15.88 22.55 33.65 -
YUV 102.56 156.46 54.85 -
System Red Green Blue C M Y K H S L
Decimal 0 145 153 1 0.05 0 0.4 183.14 1 0.3
Hex 0 91 99 64 5 0 28 B7 64 1E
Octal 0 221 231 144 5 0 50 267 144 36
Binary 0 10010001 10011001 1100100 101 0 101000 10110111 1100100 11110

Color Harmonies of #009199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009199

Black with #009199

Text Example


Text Example

White with #009199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009199; }

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

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

background-color css

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

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

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

border-color css

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

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

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