Html Css Color HEX #0A8092 Eastern Blue

📋 copy color: '#0A8092'

red 10 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #0A8092

Tints of Eastern Blue #0A8092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 3.52%
G = 45.07%
B = 51.41%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0A8092 (or 0x0A8092) is known color: Eastern Blue. HEX triplet: 0A, 80 and 92. RGB value is (10,128,146). Sum of RGB (Red+Green+Blue) = 10+128+146=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A8092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8092 is #F57F6D. Grayscale: #5E5E5E. Windows color (decimal): -16088942 or 9601034. OLE color: 9601034.

HSL color Cylindrical-coordinate representation of color #0A8092: hue angle of 187.94º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8092 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 10 128 146 -
CMYK 0.93 0.12 0 0.43
HSL 187.94º 0.87% 0.31% -
HSV(B) 187.94º 0.93% 0.57% -
XYZ 13.03 17.58 29.9 -
YUV 94.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 10 128 146 0.93 0.12 0 0.43 187.94 0.87 0.31
Hex A 80 92 5D C 0 2B BC 57 1F
Octal 12 200 222 135 14 0 53 274 127 37
Binary 1010 10000000 10010010 1011101 1100 0 101011 10111100 1010111 11111

Color Harmonies of #0A8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8092

Black with #0A8092

Text Example


Text Example

White with #0A8092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,128,146); }

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

background-color css

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

 a { background-color: rgb(10,128,146); }

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

border-color css

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

 span { border-color: rgb(10,128,146); }

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