Html Css Color HEX #0A949A Eastern Blue

📋 copy color: '#0A949A'

red 10 ◦ green 148 ◦ blue 154

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

Shades of Eastern Blue #0A949A

Tints of Eastern Blue #0A949A

RGB

 RED value IS 10 (4.3% from 255) = 3.21%

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

 BLUE value IS 154 (60.55% from 255) = 49.36%

R = 3.21%
G = 47.44%
B = 49.36%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A949A (or 0x0A949A) is known color: Eastern Blue. HEX triplet: 0A, 94 and 9A. RGB value is (10,148,154). Sum of RGB (Red+Green+Blue) = 10+148+154=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A949A is #F56B65. Grayscale: #6B6B6B. Windows color (decimal): -16083814 or 10130442. OLE color: 10130442.

HSL color Cylindrical-coordinate representation of color #0A949A: hue angle of 182.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A949A is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 148 154 -
CMYK 0.94 0.04 0 0.40
HSL 182.5º 0.88% 0.32% -
HSV(B) 182.5º 0.94% 0.6% -
XYZ 16.55 23.58 34.25 -
YUV 107.42 154.28 58.51 -
System Red Green Blue C M Y K H S L
Decimal 10 148 154 0.94 0.04 0 0.40 182.5 0.88 0.32
Hex A 94 9A 5E 4 0 28 B6 58 20
Octal 12 224 232 136 4 0 50 266 130 40
Binary 1010 10010100 10011010 1011110 100 0 101000 10110110 1011000 100000

Color Harmonies of #0A949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A949A

Black with #0A949A

Text Example


Text Example

White with #0A949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A949A; }

 p { color: rgb(10,148,154); }

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

background-color css

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

 a { background-color: rgb(10,148,154); }

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

border-color css

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

 span { border-color: rgb(10,148,154); }

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