Html Css Color HEX #009BA2 Eastern Blue

📋 copy color: '#009BA2'

red 0 ◦ green 155 ◦ blue 162

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

Shades of Eastern Blue #009BA2

Tints of Eastern Blue #009BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.9%

 BLUE value IS 162 (63.67% from 255) = 51.1%

R = 0%
G = 48.9%
B = 51.1%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#009BA2 (or 0x009BA2) is known color: Eastern Blue. HEX triplet: 00, 9B and A2. RGB value is (0,155,162). Sum of RGB (Red+Green+Blue) = 0+155+162=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 162 (63.67% from 255 or 51.10% from 317); Max value from RGB is 162 - color contains mainly: blue. Hex color #009BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BA2 is #FF645D. Grayscale: #6D6D6D. Windows color (decimal): -16737374 or 10656512. OLE color: 10656512.

HSL color Cylindrical-coordinate representation of color #009BA2: hue angle of 182.59º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BA2 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 155 162 -
CMYK 1 0.04 0 0.36
HSL 182.59º 1% 0.32% -
HSV(B) 182.59º 1% 0.64% -
XYZ 18.24 26.05 38.25 -
YUV 109.45 157.65 49.93 -
System Red Green Blue C M Y K H S L
Decimal 0 155 162 1 0.04 0 0.36 182.59 1 0.32
Hex 0 9B A2 64 4 0 24 B7 64 20
Octal 0 233 242 144 4 0 44 267 144 40
Binary 0 10011011 10100010 1100100 100 0 100100 10110111 1100100 100000

Color Harmonies of #009BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BA2

Black with #009BA2

Text Example


Text Example

White with #009BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009BA2; }

 p { color: rgb(0,155,162); }

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

background-color css

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

 a { background-color: rgb(0,155,162); }

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

border-color css

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

 span { border-color: rgb(0,155,162); }

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