Html Css Color HEX #0094A7 Eastern Blue

📋 copy color: '#0094A7'

red 0 ◦ green 148 ◦ blue 167

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

Shades of Eastern Blue #0094A7

Tints of Eastern Blue #0094A7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

 BLUE value IS 167 (65.63% from 255) = 53.02%

R = 0%
G = 46.98%
B = 53.02%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0094A7 (or 0x0094A7) is known color: Eastern Blue. HEX triplet: 00, 94 and A7. RGB value is (0,148,167). Sum of RGB (Red+Green+Blue) = 0+148+167=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 167 (65.62% from 255 or 53.02% from 315); Max value from RGB is 167 - color contains mainly: blue. Hex color #0094A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0094A7 is #FF6B58. Grayscale: #696969. Windows color (decimal): -16739161 or 10982400. OLE color: 10982400.

HSL color Cylindrical-coordinate representation of color #0094A7: hue angle of 186.83º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094A7 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 148 167 -
CMYK 1 0.11 0 0.35
HSL 186.83º 1% 0.33% -
HSV(B) 186.83º 1% 0.65% -
XYZ 17.56 23.97 40.26 -
YUV 105.91 162.47 52.46 -
System Red Green Blue C M Y K H S L
Decimal 0 148 167 1 0.11 0 0.35 186.83 1 0.33
Hex 0 94 A7 64 B 0 23 BB 64 21
Octal 0 224 247 144 13 0 43 273 144 41
Binary 0 10010100 10100111 1100100 1011 0 100011 10111011 1100100 100001

Color Harmonies of #0094A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094A7

Black with #0094A7

Text Example


Text Example

White with #0094A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0094A7; }

 p { color: rgb(0,148,167); }

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

background-color css

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

 a { background-color: rgb(0,148,167); }

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

border-color css

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

 span { border-color: rgb(0,148,167); }

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