Html Css Color HEX #009098 Eastern Blue

📋 copy color: '#009098'

red 0 ◦ green 144 ◦ blue 152

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

Shades of Eastern Blue #009098

Tints of Eastern Blue #009098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.35%

R = 0%
G = 48.65%
B = 51.35%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#009098 (or 0x009098) is known color: Eastern Blue. HEX triplet: 00, 90 and 98. RGB value is (0,144,152). Sum of RGB (Red+Green+Blue) = 0+144+152=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #009098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009098 is #FF6F67. Grayscale: #656565. Windows color (decimal): -16740200 or 9998336. OLE color: 9998336.

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

Color convert

RGB 0 144 152 -
CMYK 1 0.05 0 0.40
HSL 183.16º 1% 0.3% -
HSV(B) 183.16º 1% 0.6% -
XYZ 15.64 22.21 33.17 -
YUV 101.86 156.29 55.35 -
System Red Green Blue C M Y K H S L
Decimal 0 144 152 1 0.05 0 0.40 183.16 1 0.3
Hex 0 90 98 64 5 0 28 B7 64 1E
Octal 0 220 230 144 5 0 50 267 144 36
Binary 0 10010000 10011000 1100100 101 0 101000 10110111 1100100 11110

Color Harmonies of #009098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009098

Black with #009098

Text Example


Text Example

White with #009098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009098; }

 p { color: rgb(0,144,152); }

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

background-color css

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

 a { background-color: rgb(0,144,152); }

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

border-color css

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

 span { border-color: rgb(0,144,152); }

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